お駄賃管理アプリ「KidShift」Webクライアントリポジトリ https://kidshift-web.vercel.app
Go to file
2024-07-22 05:52:21 +09:00
.vscode init 2024-07-18 15:01:43 +09:00
public init 2024-07-18 15:01:43 +09:00
src チェックボックス追加 WIP 2024-07-22 05:52:21 +09:00
.editorconfig init 2024-07-18 15:01:43 +09:00
.gitignore init 2024-07-18 15:01:43 +09:00
.npmrc init 2024-07-18 15:01:43 +09:00
index.html init 2024-07-18 15:01:43 +09:00
package-lock.json vuex-persistedstate 2024-07-19 01:30:16 +09:00
package.json vuex-persistedstate 2024-07-19 01:30:16 +09:00
postcss.config.cjs init 2024-07-18 15:01:43 +09:00
quasar.config.js パスカルケースに対応!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 2024-07-21 14:36:07 +09:00
README.md init 2024-07-18 15:01:43 +09:00
tsconfig.json init 2024-07-18 15:01:43 +09:00

KidShift (kidshift-web)

KidShift web client

Install the dependencies

yarn
# or
npm install

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

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.