Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 725 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 725 Bytes

typescript-vue-3

Vue3 was offically released 1.0 here with docs

Vue3 is basically same as using composition API on vue2 with other samples, but with fundamental improvement for performance.

Using Vue3 on Vue-cli is needed to upgrade to ~4.5 here

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build