Skip to content

Commit

Permalink
revamp project with @vue/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
yaodingyd committed Sep 28, 2018
1 parent ec108b2 commit a8dc60d
Show file tree
Hide file tree
Showing 37 changed files with 14,215 additions and 665 deletions.
12 changes: 0 additions & 12 deletions .babelrc

This file was deleted.

2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

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

This file was deleted.

19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,22 @@
node_modules/
dist/
npm-debug.log

# 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*

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Example slideshows for Eagle.js

This project is bootstrapped with `@vue/cli`.

This folder/repo contains the source of a demo Eagle.JS webpage featuring a few slideshows. [Here is the page in action](https://zulko.github.io/eaglejs-demo/#/).

To get started, download the zip of this repo or clone it with:
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'
]
}
40 changes: 0 additions & 40 deletions build/build.js

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Empty file removed build/standalone.js
Empty file.
67 changes: 0 additions & 67 deletions build/utils.js

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit a8dc60d

Please sign in to comment.