Skip to content

A prototype Vue application generated by vue-cli to showcase the capabilities and changes in the current released version of Vue3

License

Notifications You must be signed in to change notification settings

piktochart/try-vue3

Repository files navigation

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.

About

A prototype Vue application generated by vue-cli to showcase the capabilities and changes in the current released version of Vue3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published