Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.
/ vue-boilerplate Public archive

A Vue Boilerplate different with Official Vue-Template.

License

Notifications You must be signed in to change notification settings

aquariuslt/vue-boilerplate

Folders and files

NameName
Last commit message
Last commit date
Oct 10, 2018
Oct 6, 2018
Oct 10, 2018
Oct 5, 2018
Aug 28, 2018
Dec 12, 2017
Aug 29, 2018
Aug 28, 2018
Oct 3, 2018
Oct 6, 2018
Apr 18, 2017
Oct 6, 2018
Apr 18, 2017
Oct 10, 2018
Feb 22, 2020
Oct 10, 2018

Repository files navigation

Vue-Boilerplate

Build Status codecov GitHub license dependencies Status

Online Demo

Features

  • Lint Staged Support
  • Test with Jest
  • Latest Babel Version and Presets
  • Webpack 4 Support
  • Postcss Support
  • All ES6+ Syntax (without any CommonJS module.exports and require at App Code)

Get Started

Install Dependencies

yarn

Development

yarn dev

Build Production Level files

yarn build

Test

yarn test