Skip to content

Commit

Permalink
update to vue-cli 3
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Aug 24, 2018
1 parent 1ebc86a commit be65364
Show file tree
Hide file tree
Showing 54 changed files with 3,389 additions and 4,002 deletions.
22 changes: 0 additions & 22 deletions .babelrc

This file was deleted.

9 changes: 0 additions & 9 deletions .editorconfig

This file was deleted.

2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

161 changes: 0 additions & 161 deletions .eslintrc.js

This file was deleted.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ npm install

# 本地开发
# 通过 localhost:8080 访问页面
npm run dev
npm run serve

# 生产环境构建
npm run build

# 代码格式校验
npm run lint
```

10 changes: 10 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
presets: ['@vue/app'],
plugins: [
[
'import',
{ libraryName: 'vant', libraryDirectory: 'es', style: true },
'vant'
]
]
};
41 changes: 0 additions & 41 deletions build/build.js

This file was deleted.

54 changes: 0 additions & 54 deletions build/check-versions.js

This file was deleted.

Binary file removed build/logo.png
Binary file not shown.
Loading

0 comments on commit be65364

Please sign in to comment.