https://github.com/billyaddlers/clovuer
An Extended Vue
https://github.com/billyaddlers/clovuer
boilerplate bootstrap bootswatch clovuer framework jquery pwa scaffolding toolkit vue vue-cli-service vue-router vuex webapp website
Last synced: 2 months ago
JSON representation
An Extended Vue
- Host: GitHub
- URL: https://github.com/billyaddlers/clovuer
- Owner: BillyAddlers
- Created: 2020-04-30T18:25:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:18:29.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T02:13:39.886Z (2 months ago)
- Topics: boilerplate, bootstrap, bootswatch, clovuer, framework, jquery, pwa, scaffolding, toolkit, vue, vue-cli-service, vue-router, vuex, webapp, website
- Language: Vue
- Size: 16 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
# Clovuer
> An extended VueClovuer 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](src/main.ts).## Project setup
```shell script
# Preferable method
yarn
# Alternative, if you're using NPM
npm install
```## Project 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
```shell script
yarn run serve
```#### Compiles and minifies for production
```shell script
yarn run build
```#### Lints and fixes files
```shell script
yarn run lint
```## List 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](https://kazupon.github.io/vue-i18n/)
* Axios
* TypeScript
* Eslint
* Babel
* Bootstrap
* Bootswatch
* SASS/SCSS Preprocessor
* [Clovuer-components](src/clovuer_static_modules/README.md)### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).