/vuejs_boilerplate

Large scale Vue.js application boilerplate

Primary LanguageJavaScriptMIT LicenseMIT

Build Status

Vue.js boilerplate

This boilerplate is built on the top of Vue CLI 3.0. This provides an architecture which helps to write a flexible & modular large scale appliction with Vue.js

Description

Below are the series of articles explaining the details of the architecture

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.