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.
# Preferable method
yarn
# Alternative, if you're using NPM
npm install
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.
yarn run serve
yarn run build
yarn run lint
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