k12-math-paper-generator/frontend
cyp0633 b3d565b08a
Add problem number restrictions
2022-09-20 16:58:46 +08:00
..
.vscode Refactor code and add frontend 2022-09-09 11:27:01 +08:00
dist Embed frontend file 2022-09-09 20:14:10 +08:00
public Refactor code and add frontend 2022-09-09 11:27:01 +08:00
src Add problem number restrictions 2022-09-20 16:58:46 +08:00
.eslintrc.cjs Refactor code and add frontend 2022-09-09 11:27:01 +08:00
.prettierrc.json Refactor code and add frontend 2022-09-09 11:27:01 +08:00
README.md Refactor code and add frontend 2022-09-09 11:27:01 +08:00
index.html Tidy frontend code 2022-09-19 22:18:59 +08:00
package.json Welcome and login view 2022-09-16 10:37:56 +08:00
postcss.config.js Add dependencies 2022-09-10 10:41:45 +08:00
tailwind.config.js Add dependencies 2022-09-10 10:41:45 +08:00
vite.config.js Won't clean dist directory while building frontend 2022-09-15 20:14:45 +08:00
yarn.lock Welcome and login view 2022-09-16 10:37:56 +08:00

README.md

frontend

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint