お駄賃管理アプリ「KidShift」Webクライアントリポジトリ https://kidshift-web.vercel.app
Go to file
2024-07-19 00:38:01 +09:00
.vscode init 2024-07-18 15:01:43 +09:00
public init 2024-07-18 15:01:43 +09:00
src 仮置きAPI定義 2024-07-19 00:38:01 +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 update axios 2024-07-19 00:26:11 +09:00
package.json update axios 2024-07-19 00:26:11 +09:00
postcss.config.cjs init 2024-07-18 15:01:43 +09:00
quasar.config.js init 2024-07-18 15:01:43 +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.