You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
266 B

7 months ago
  1. # A1800
  2. This template should help get you started developing with Vue 3 in Vite.
  3. ## Project Setup
  4. ```sh
  5. npm install
  6. ```
  7. ### Compile and Hot-Reload for Development
  8. ```sh
  9. npm run dev
  10. ```
  11. ### Type-Check, Compile and Minify for Production
  12. ```sh
  13. npm run build
  14. ```