Skip to content

Commit 3819f68

Browse files
authored
Merge pull request #174 from TaleLin/develop
Develop
2 parents 61db649 + 8bdbdb0 commit 3819f68

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1996
-593
lines changed

.env.development

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ENV = 'development'
2+
3+
VUE_APP_BASE_URL = 'http://localhost:5000/'

.env.production

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
3+
VUE_APP_BASE_URL = 'http://localhost:5000/'

package-lock.json

Lines changed: 64 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lin-cms",
3-
"version": "0.1.0-beta.2",
3+
"version": "0.1.0-beta.3",
44
"private": true,
55
"scripts": {
66
"serve": "node script/plugin-get-config.js && vue-cli-service serve",
@@ -20,9 +20,12 @@
2020
"fastscan": "^1.0.4",
2121
"good-storage": "^1.1.0",
2222
"js-cookie": "^2.2.0",
23-
"screenfull": "4.2.0",
23+
"lodash": "^4.17.11",
24+
"moment": "^2.24.0",
25+
"screenfull": "^4.2.0",
2426
"vue": "^2.6.8",
2527
"vue-awesome-swiper": "^3.1.3",
28+
"vue-croppa": "^1.3.8",
2629
"vue-router": "~3.0.1",
2730
"vuex": "~3.0.1",
2831
"vuex-persist": "^2.0.0"

0 commit comments

Comments
 (0)