Skip to content

Commit

Permalink
Updated to use vue-cli 3
Browse files Browse the repository at this point in the history
Updated package.json to only download dist files
Added docs to see an example
  • Loading branch information
ragnarlotus committed Jun 26, 2018
1 parent a7f3feb commit 5c9e706
Show file tree
Hide file tree
Showing 42 changed files with 14,216 additions and 937 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*
91 changes: 0 additions & 91 deletions .jshintrc

This file was deleted.

8 changes: 0 additions & 8 deletions .postcssrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Oscar
Copyright (c) 2018

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
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.

35 changes: 0 additions & 35 deletions build/bundle.js

This file was deleted.

48 changes: 0 additions & 48 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.

Loading

0 comments on commit 5c9e706

Please sign in to comment.