A prototype Vue application generated by vue-cli to showcase the capabilities and changes in the current released version of Vue3.
The prototype is built from vue-cli to generate the Vue app, and vue-cli-plugin-vue-next to upgrade it to the Vue3.
The initial setup toggles all the features available:
And for specific settings, babel + ts
, class based component
, cypress
, jest
, and node-sass
are used.
We have compiled some of our discovery of the changes in the Vue3, compared to the Vue2 in the NOTES. Feel free to contribute by updating the notes based on the newer changes and your discovery.
yarn install
yarn serve
yarn build
yarn test:unit
yarn test:e2e
yarn lint