Clovuer
An extended Vue
Clovuer is a set of tools to guide you in making a Website/WebApp using Vue. You can start modifying your Vue installation by editing src/main.ts.
Project setup
# Preferable method
yarn
# Alternative, if you're using NPM
npm installProject scripts
Clovuer utilizes vue-cli-service as a baseline for automated process. Any configuration related to vue-cli-services is acceptable.
As vue-cli-service should be, Clovuer uses webpack along with webpack-dev-server for build and development.
Compiles and hot-reloads for development
yarn run serveCompiles and minifies for production
yarn run buildLints and fixes files
yarn run lintList of libraries shipped with Clovuer
Clovuer shipped with these libraries to give you the best experience in using Vue.
- Vue
- Vuex
- Vue-router
- Vue-cli-service
- Vue-i18n
- Axios
- TypeScript
- Eslint
- Babel
- Bootstrap
- Bootswatch
- SASS/SCSS Preprocessor
- Clovuer-components


