@beisen/skeleton

0.0.4 • Public • Published

skeleton

skeleton for vue

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 ❤️

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"

Readme

Keywords

none

Package Sidebar

Install

npm i @beisen/skeleton

Weekly Downloads

2

Version

0.0.4

License

MIT

Last publish

Collaborators

  • beisen