A vue-cli 3 template who plants the first seed of your project in order to become a sturdy and flowering tree
- Babel
- TypeScript
- Router (VueRouter)
- Store (Vuex)
- i18n (Vue-i18n)
- CSS Pre-processors (Sass/SCSS with dart-sass)
- Linter and formatter (TSLint)
- Unit Testing (Mocha + Chai)
- E2E Testing (Cypress)
Please read the documentation 📚
$ vue init pierrechls/seed my-project
You can fork this repo to create your own template, and use it with vue-cli
:
$ vue init username/repo my-project
This is inspired from a Vue CLI custom template. Most credit goes to them! 👏