Skip to content

Commit

Permalink
Added vuex and vue-router libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepop committed Feb 2, 2018
1 parent 88c1353 commit b72ff98
Show file tree
Hide file tree
Showing 5 changed files with 51,450 additions and 4 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@
"lodash": "^4.17.4",
"tailwindcss": "^0.4.1",
"vue": "^2.5.7"
},
"dependencies": {
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
}
}
21,046 changes: 21,045 additions & 1 deletion public/css/app.css

Large diffs are not rendered by default.

30,392 changes: 30,391 additions & 1 deletion public/js/app.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=22451d5c3b29427cef2d",
"/css/app.css": "/css/app.css?id=44915e0763053e11158b"
"/js/app.js": "/js/app.js?id=04765047f95e3a2297f1",
"/css/app.css": "/css/app.css?id=04fac49e7bf94f9b3f72"
}
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7526,6 +7526,10 @@ vue-loader@^13.0.5:
vue-style-loader "^3.0.0"
vue-template-es2015-compiler "^1.6.0"

vue-router@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.0.1.tgz#d9b05ad9c7420ba0f626d6500d693e60092cc1e9"

vue-style-loader@^3.0.0:
version "3.1.2"
resolved "https://registry.yarnpkg.com/vue-style-loader/-/vue-style-loader-3.1.2.tgz#6b66ad34998fc9520c2f1e4d5fa4091641c1597a"
Expand All @@ -7548,6 +7552,10 @@ vue@^2.5.7:
version "2.5.13"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.13.tgz#95bd31e20efcf7a7f39239c9aa6787ce8cf578e1"

vuex@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.0.1.tgz#e761352ebe0af537d4bb755a9b9dc4be3df7efd2"

ware@^1.2.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/ware/-/ware-1.3.0.tgz#d1b14f39d2e2cb4ab8c4098f756fe4b164e473d4"
Expand Down

0 comments on commit b72ff98

Please sign in to comment.