Skip to content

yamaの活動ををまとめたyama-codeサイトのリポジトリです

Notifications You must be signed in to change notification settings

kurikinton105/yama-code

Repository files navigation

yama-code (yama-code)

yama's page

yamaの活動ををまとめたサイト https://yama-code.web.app/ のリポジトリのフロント部分です

using Technology

  • Quasar.js (Vue.js framework)
  • Firebase hosting

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.