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.

33 lines
858 B

10 months ago
  1. # blog_front
  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. ## Type Support for `.vue` Imports in TS
  6. TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
  7. ## Customize configuration
  8. See [Vite Configuration Reference](https://vitejs.dev/config/).
  9. ## Project Setup
  10. ```sh
  11. npm install
  12. ```
  13. ### Compile and Hot-Reload for Development
  14. ```sh
  15. npm run dev
  16. ```
  17. ### Type-Check, Compile and Minify for Production
  18. ```sh
  19. npm run build
  20. ```