Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1020 Bytes

File metadata and controls

36 lines (25 loc) · 1020 Bytes

vue2-webpack-template-without-eslint

vue2-webpack-template-without-eslint([email protected] + [email protected] + webpack template)

基于 Vue@2.1.8 / [email protected] 搭建的webpack模板 ( 未包含ESlint工具 ) —— 纯净模版 未添加任何无关依赖

可用于快速开发Vue2的应用 或者 平移老项目至新版本 使用( 未添加ESlint 防止过多报错信息。 但新项目推荐使用包含ESlint工具的种子开始搭建 )

打开调试模式 / 支持npm run dev调试 / 支持npm run build打包发版

  1. Vue build standalone
  2. Use ESLint to lint your code? No
  3. Setup unit tests with Karma + Mocha? Yes
  4. Setup e2e tests with Nightwatch? Yes

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test