An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        


uwu
owo
ewe



# 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](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/).