Skip to content

Commit

Permalink
Upgrade project and specification code
Browse files Browse the repository at this point in the history
  • Loading branch information
caohongqing committed May 9, 2019
1 parent 8bbf26e commit debceb1
Show file tree
Hide file tree
Showing 90 changed files with 20,482 additions and 15,245 deletions.
18 changes: 0 additions & 18 deletions .babelrc

This file was deleted.

2 changes: 2 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
> 1%
last 2 versions
9 changes: 0 additions & 9 deletions .editorconfig

This file was deleted.

14 changes: 14 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
root: true,
env: {
node: true
},
extends: ["plugin:vue/essential", "@vue/prettier"],
rules: {
"no-console": process.env.NODE_ENV === "production" ? "error" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "error" : "off"
},
parserOptions: {
parser: "babel-eslint"
}
};
3 changes: 0 additions & 3 deletions .gitattributes

This file was deleted.

12 changes: 9 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
.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
Expand All @@ -13,3 +18,4 @@ yarn-error.log*
*.ntvs*
*.njsproj
*.sln
*.sw?
10 changes: 0 additions & 10 deletions .postcssrc.js

This file was deleted.

4 changes: 2 additions & 2 deletions .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>gitdata</name>
<name>git-datav</name>
<comment></comment>
<projects>
</projects>
Expand All @@ -16,7 +16,7 @@
</natures>
<filteredResources>
<filter>
<id>1534512004625</id>
<id>1557396748817</id>
<name></name>
<type>26</type>
<matcher>
Expand Down
3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: ["@vue/app"]
};
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.
102 changes: 0 additions & 102 deletions build/utils.js

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit debceb1

Please sign in to comment.