Skip to content

Commit

Permalink
Switch to Vue CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-cheney committed Jul 11, 2018
1 parent a94c1e6 commit 573b209
Show file tree
Hide file tree
Showing 58 changed files with 7,707 additions and 7,303 deletions.
18 changes: 0 additions & 18 deletions .babelrc

This file was deleted.

9 changes: 0 additions & 9 deletions .editorconfig

This file was deleted.

13 changes: 10 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
.DS_Store
node_modules/
dist/
node_modules
/dist

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

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
test/unit/coverage

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
8 changes: 3 additions & 5 deletions .postcssrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// https://github.com/michael-ciniawsky/postcss-load-config

module.exports = {
"plugins": {
"autoprefixer": {}
plugins: {
autoprefixer: {}
}
}
}
5 changes: 5 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/app'
]
}
35 changes: 0 additions & 35 deletions build/build.js

This file was deleted.

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

This file was deleted.

9 changes: 0 additions & 9 deletions build/dev-client.js

This file was deleted.

92 changes: 0 additions & 92 deletions build/dev-server.js

This file was deleted.

9 changes: 0 additions & 9 deletions build/load-minified.js

This file was deleted.

17 changes: 0 additions & 17 deletions build/service-worker-dev.js

This file was deleted.

53 changes: 0 additions & 53 deletions build/service-worker-prod.js

This file was deleted.

Loading

0 comments on commit 573b209

Please sign in to comment.