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.

29 lines
515 B

2 months ago
  1. # jakjwebsite
  2. This template should help get you started developing with Vue 3 in Vite.
  3. ## Recommended IDE Setup
  4. [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
  5. ## Customize configuration
  6. See [Vite Configuration Reference](https://vitejs.dev/config/).
  7. ## Project Setup
  8. ```sh
  9. npm install
  10. ```
  11. ### Compile and Hot-Reload for Development
  12. ```sh
  13. npm run dev
  14. ```
  15. ### Compile and Minify for Production
  16. ```sh
  17. npm run build
  18. ```