Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
energyai_vue
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
葛齐林
energyai_vue
Commits
2ced90b0
Commit
2ced90b0
authored
Mar 30, 2021
by
葛齐林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
fb918fa9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
88 additions
and
2 deletions
+88
-2
.gitignore
.gitignore
+2
-2
package.json
package.json
+86
-0
No files found.
.gitignore
View file @
2ced90b0
...
...
@@ -3,8 +3,8 @@ node_modules
/dist
.env
package-lock.json
package.json
#
package-lock.json
#
package.json
# Log files
npm-debug.log*
yarn-debug.log*
...
...
package.json
0 → 100644
View file @
2ced90b0
{
"name"
:
"suntray-admin"
,
"version"
:
"1.0.0"
,
"private"
:
true
,
"scripts"
:
{
"serve"
:
"vue-cli-service serve --open"
,
"start"
:
"vue-cli-service serve --open"
,
"dev"
:
"vue-cli-service serve --open"
,
"build"
:
"vue-cli-service build"
,
"build:travis"
:
"vue-cli-service build --mode travis"
,
"lint"
:
"vue-cli-service lint --fix"
,
"test:unit"
:
"vue-cli-service test:unit"
},
"dependencies"
:
{
"
@d2-projects/d2-crud
"
:
"
^1.2.0
"
,
"
axios
"
:
"
^0.17.1
"
,
"
babel-polyfill
"
:
"
^6.26.0
"
,
"
better-scroll
"
:
"
^1.12.1
"
,
"
clipboard-polyfill
"
:
"
^2.4.1
"
,
"
countup.js
"
:
"
^1.9.3
"
,
"
crypto-js
"
:
"
^3.1.9-1
"
,
"
dayjs
"
:
"
^1.6.7
"
,
"
echarts
"
:
"
^4.1.0
"
,
"
el-table-infinite-scroll
"
:
"
^1.0.8
"
,
"
element-ui
"
:
"
^2.12.0
"
,
"
file-saver
"
:
"
^1.3.3
"
,
"
flex.css
"
:
"
^1.1.7
"
,
"
fuse.js
"
:
"
^3.2.1
"
,
"
github-markdown-css
"
:
"
^2.10.0
"
,
"
highlight.js
"
:
"
^9.12.0
"
,
"
hotkeys-js
"
:
"
^3.3.6
"
,
"
js-base64
"
:
"
^2.5.1
"
,
"
js-cookie
"
:
"
^2.2.0
"
,
"
lodash
"
:
"
^4.17.10
"
,
"
lowdb
"
:
"
^1.0.0
"
,
"
marked
"
:
"
^0.3.9
"
,
"
mockjs
"
:
"
^1.0.1-beta3
"
,
"
nightwatch
"
:
"
1.0.14
"
,
"
nprogress
"
:
"
^0.2.0
"
,
"
ol
"
:
"
^6.3.1
"
,
"
papaparse
"
:
"
^4.3.6
"
,
"
particles.js
"
:
"
^2.0.0
"
,
"
pug
"
:
"
^2.0.3
"
,
"
pug-plain-loader
"
:
"
^1.0.0
"
,
"
quill
"
:
"
^1.3.4
"
,
"
screenfull
"
:
"
^3.3.2
"
,
"
simplemde
"
:
"
^1.11.2
"
,
"
sortablejs
"
:
"
^1.12.0
"
,
"
ua-parser-js
"
:
"
^0.7.18
"
,
"
v-charts
"
:
"
^1.17.6
"
,
"
v-contextmenu
"
:
"
^2.7.0
"
,
"
vue
"
:
"
^2.5.17
"
,
"
vue-cropper
"
:
"
^0.4.9
"
,
"
vue-directive-image-previewer
"
:
"
^2.2.2
"
,
"
vue-grid-layout
"
:
"
^2.1.11
"
,
"
vue-i18n
"
:
"
^7.4.2
"
,
"
vue-json-tree-view
"
:
"
^2.1.4
"
,
"
vue-router
"
:
"
^3.0.1
"
,
"
vue-runtime-helpers
"
:
"
^1.1.2
"
,
"
vue-splitpane
"
:
"
^1.0.2
"
,
"
vuedraggable
"
:
"
^2.23.2
"
,
"
vuex
"
:
"
^3.0.1
"
,
"
xlsx
"
:
"
^0.12.0
"
,
"
xlsx-style
"
:
"
^0.8.13
"
},
"devDependencies"
:
{
"
@kazupon/vue-i18n-loader
"
:
"
^0.3.0
"
,
"
@vue/cli-plugin-babel
"
:
"
^3.3.0
"
,
"
@vue/cli-plugin-eslint
"
:
"
^3.3.0
"
,
"
@vue/cli-plugin-unit-jest
"
:
"
^3.3.0
"
,
"
@vue/cli-service
"
:
"
^3.3.0
"
,
"
@vue/eslint-config-standard
"
:
"
^3.0.0
"
,
"
@vue/test-utils
"
:
"
^1.0.0-beta.20
"
,
"
babel-core
"
:
"
7.0.0-bridge.0
"
,
"
babel-jest
"
:
"
^23.0.1
"
,
"
es6-promise
"
:
"
^4.2.8
"
,
"
lint-staged
"
:
"
^7.2.0
"
,
"
node-sass
"
:
"
^4.9.0
"
,
"
sass-loader
"
:
"
^7.0.1
"
,
"
script-loader
"
:
"
^0.7.2
"
,
"
svg-sprite-loader
"
:
"
^3.8.0
"
,
"
text-loader
"
:
"
0.0.1
"
,
"
vue-directive-image-previewer
"
:
"
^2.2.2
"
,
"
vue-template-compiler
"
:
"
^2.5.17
"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment