Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Latest commit

 

History

History
49 lines (38 loc) · 584 Bytes

README.md

File metadata and controls

49 lines (38 loc) · 584 Bytes

Vue.js-boilerplate

A Vue.js project

Include packages

libraries

  • Vue.js
  • axios

developer tools

  • vue-loader
  • sass
  • browser sync

compiler,transpiler

  • webpack
  • babel

Build Setup

# install dependencies
npm install

# build for development, generate sourcemaps
npm run dev

# build for production with minification
npm run build

Other Scripts

## build for development with watch option
npm watch

## open widow, and autoreload when js,css files changed
npm bs-watch

Directory map

/src
    /js
    /sass
/dist
    /js
    /css