BJ_web_developers
/
webintroduce
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
480a5d33d165acfe64079b89a9ce4b72faac8d38
Authored by
liuqimichale
2019-04-02 18:45:21 +0800
1 parent
53285eb5
install js-cookie
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
.idea/vcs.xml
webintroduce/package.json
.idea/vcs.xml
0 → 100644
View file @
480a5d3
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+</project>
0
7
\ No newline at end of file
...
...
webintroduce/package.json
View file @
480a5d3
...
...
@@ -10,6 +10,7 @@
10
10
"build": "node build/build.js"
11
11
},
12
12
"dependencies": {
13
+ "js-cookie": "^2.2.0",
13
14
"vue": "^2.5.2",
14
15
"vue-router": "^3.0.1"
15
16
},
...
...