Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.31 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.31 KB

try-vue3

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:

image

And for specific settings, babel + ts, class based component, cypress, jest, and node-sass are used.

Notes

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.

Running The Application

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.