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.

13 lines
359 B

4 years ago
4 years ago
  1. DOCUMENTATION
  2. =============
  3. ## First Initialization
  4. * npm init vite-app vapara-vue3
  5. * cd vapara-vue3
  6. * npm install
  7. * npm install typescript
  8. * ...tsconfig.json, shims-vue.d.ts, main.ts, index.html
  9. * see [vue3+typescript+vite](https://stackoverflow.com/questions/63724523/how-to-add-typescript-to-vue-3-and-vite-project#64438876)
  10. * npm run dev