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
635 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. DOCUMENTATION
  2. =============
  3. First Initialization
  4. ---------------------
  5. ```bash
  6. npm init vite-app protovue
  7. cd protovue
  8. npm install
  9. npm install typescript
  10. > ...
  11. > tsconfig.json, shims-vue.d.ts, main.ts, index.html
  12. see [vue3+typescript+vite](https://stackoverflow.com/questions/63724523/how-to-add-typescript-to-vue-3-and-vite-project#64438876)
  13. npm run dev
  14. ```
  15. Logo
  16. -----
  17. inspired by [Astrologia: Yantra de Śrī Kamalātmikā Devī](https://sriganesa.blogspot.com/2014/03/yantra-de-sri-kamalatmika-devi.html)
  18. Hints
  19. -----
  20. ### Vue3/Typescript
  21. * use defineComponent for Component
  22. * console.log not accepted except warn and error