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.
359 B
359 B
DOCUMENTATION
First Initialization
- npm init vite-app vapara-vue3
- cd vapara-vue3
- npm install
- npm install typescript
- ...tsconfig.json, shims-vue.d.ts, main.ts, index.html
- see vue3+typescript+vite
- npm run dev