非网数据统计前端
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.

38 lines
1.0 KiB

  1. # SourceTracker
  2. This template should help get you started developing with Vue 3 in Vite.
  3. ## Recommended IDE Setup
  4. [VS Code](https://code.visualstudio.com/) + [Vue (Official)](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
  5. ## Recommended Browser Setup
  6. - Chromium-based browsers (Chrome, Edge, Brave, etc.):
  7. - [Vue.js devtools](https://chromewebstore.google.com/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)
  8. - [Turn on Custom Object Formatter in Chrome DevTools](http://bit.ly/object-formatters)
  9. - Firefox:
  10. - [Vue.js devtools](https://addons.mozilla.org/en-US/firefox/addon/vue-js-devtools/)
  11. - [Turn on Custom Object Formatter in Firefox DevTools](https://fxdx.dev/firefox-devtools-custom-object-formatters/)
  12. ## Customize configuration
  13. See [Vite Configuration Reference](https://vite.dev/config/).
  14. ## Project Setup
  15. ```sh
  16. npm install
  17. ```
  18. ### Compile and Hot-Reload for Development
  19. ```sh
  20. npm run dev
  21. ```
  22. ### Compile and Minify for Production
  23. ```sh
  24. npm run build
  25. ```