Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.

Project setup

# 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

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

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
  • Axios
  • TypeScript
  • Eslint
  • Babel
  • Bootstrap
  • Bootswatch
  • SASS/SCSS Preprocessor
  • Clovuer-components

Customize configuration

See Configuration Reference.

You can’t perform that action at this time.