Skip to content

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

License

Notifications You must be signed in to change notification settings

QingdaoFrontEnd/vue-cli-2.6.0-Examples-without-ESlint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published