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.
 
 
 
 

635 B

DOCUMENTATION

First Initialization

npm init vite-app protovue
cd protovue
npm install
npm install typescript
  > ...
  > tsconfig.json, shims-vue.d.ts, main.ts, index.html
see [vue3+typescript+vite](https://stackoverflow.com/questions/63724523/how-to-add-typescript-to-vue-3-and-vite-project#64438876)
npm run dev

inspired by Astrologia: Yantra de Śrī Kamalātmikā Devī

Hints

Vue3/Typescript

  • use defineComponent for Component
  • console.log not accepted except warn and error