Skip to content

Project updated to vue-cli 3 #500

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Oct 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions .babelrc

This file was deleted.

2 changes: 2 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VUE_APP_FULL_BUNDLE=true
VUE_APP_DEV_PROJECT=["basic", "checklist", "custom", "full", "grouping", "multiselect", "multi", "picker"]
1 change: 1 addition & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VUE_APP_FULL_BUNDLE=true
27 changes: 0 additions & 27 deletions .eslintrc.js

This file was deleted.

28 changes: 20 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
.DS_Store
node_modules/
docs/_book/
npm-debug.log
selenium-debug.log
test/unit/coverage
test/e2e/reports
stats.json
typings/
typings.json
dist/*.html
tests/unit/coverage

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
4 changes: 4 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
presets: ["@vue/app"],
plugins: ["lodash"]
};
63 changes: 0 additions & 63 deletions build/utils.js

This file was deleted.

10 changes: 0 additions & 10 deletions build/vue-loader.conf.js

This file was deleted.

104 changes: 0 additions & 104 deletions build/webpack.build.config.js

This file was deleted.

83 changes: 0 additions & 83 deletions build/webpack.dev.config.js

This file was deleted.

Loading