0.0.4 • Published 7 years ago

@beisen/skeleton v0.0.4

Weekly downloads
4
License
MIT
Repository
-
Last release
7 years ago

skeleton

skeleton for vue

Development Setup

# install dependencies
$ npm install

# dev mode
$ npm run dev

# test
$ npm run test

# build
$ npm run build

This project was built with yeoman and generator-vue-component :heart:

script

  • "dev": "webpack-dev-server --inline --hot --quiet --port 8080 --open --config build/webpack.config.js",
  • "build-all": "npm run build && npm run build-docs",
  • "build-docs": "webpack --progress --hide-modules --config build/webpack.config.js && set NODE_ENV=production webpack --progress --hide-modules",
  • "build": "webpack --progress --hide-modules --config build/webpack.build.min.js && webpack --progress --hide-modules --config build/webpack.build.js",
  • "prepublish": "npm run build-all",
  • "preinstall": "npm run build-all",
  • "eslint": "eslint --ext .js,.vue src"
0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago