arunredhu / vuejs_boilerplate

Large scale Vue.js application boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Large scale Vue.js application boilerplate

License:MIT License


Languages

Language:JavaScript 74.9%Language:Vue 20.6%Language:HTML 4.3%Language:CSS 0.2%