Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Administrator
Platform
Commits
3d14a920
Unverified
Commit
3d14a920
authored
Oct 12, 2017
by
Nicolas Widart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating to vue-router 3.0
parent
03b28eec
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
403 additions
and
220 deletions
+403
-220
package.json
package.json
+10
-10
app.css
public/css/app.css
+2
-2
app.js
public/js/app.js
+391
-208
No files found.
package.json
View file @
3d14a920
...
@@ -14,28 +14,28 @@
...
@@ -14,28 +14,28 @@
"
bootstrap-sass
"
:
"
^3.3.7
"
,
"
bootstrap-sass
"
:
"
^3.3.7
"
,
"
cross-env
"
:
"
^5.0.1
"
,
"
cross-env
"
:
"
^5.0.1
"
,
"
eslint
"
:
"
^4.8.0
"
,
"
eslint
"
:
"
^4.8.0
"
,
"
eslint-config-airbnb-base
"
:
"
^12.0.
1
"
,
"
eslint-config-airbnb-base
"
:
"
^12.0.
2
"
,
"
eslint-plugin-import
"
:
"
^2.7.0
"
,
"
eslint-plugin-import
"
:
"
^2.7.0
"
,
"
eslint-plugin-vue
"
:
"
^3.13.
0
"
,
"
eslint-plugin-vue
"
:
"
^3.13.
1
"
,
"
jquery
"
:
"
^3.1.1
"
,
"
jquery
"
:
"
^3.1.1
"
,
"
laravel-mix
"
:
"
^1.0
"
"
laravel-mix
"
:
"
^1.
5.
0
"
},
},
"dependencies"
:
{
"dependencies"
:
{
"
axios
"
:
"
^0.16.2
"
,
"
axios
"
:
"
^0.16.2
"
,
"
babel-plugin-transform-runtime
"
:
"
^6.23.0
"
,
"
babel-plugin-transform-runtime
"
:
"
^6.23.0
"
,
"
babel-preset-es2015
"
:
"
^6.24.1
"
,
"
babel-preset-es2015
"
:
"
^6.24.1
"
,
"
babel-preset-stage-3
"
:
"
^6.24.1
"
,
"
babel-preset-stage-3
"
:
"
^6.24.1
"
,
"
element-ui
"
:
"
^1.4.
4
"
,
"
element-ui
"
:
"
^1.4.
6
"
,
"
font-awesome
"
:
"
^4.7.0
"
,
"
font-awesome
"
:
"
^4.7.0
"
,
"
form-backend-validation
"
:
"
^2.0.1
"
,
"
form-backend-validation
"
:
"
^2.0.1
"
,
"
moment
"
:
"
^2.18.1
"
,
"
lodash
"
:
"
^4.17.4
"
,
"
vue-data-tables
"
:
"
^2.0.4
"
,
"
moment
"
:
"
^2.19.1
"
,
"
vue
"
:
"
^2.1.10
"
,
"
vue
"
:
"
^2.1.10
"
,
"
vue-data-tables
"
:
"
^2.0.4
"
,
"
vue-events
"
:
"
^3.0.1
"
,
"
vue-events
"
:
"
^3.0.1
"
,
"
vue-i18n
"
:
"
^7.
2.0
"
,
"
vue-i18n
"
:
"
^7.
3.1
"
,
"
vue-router
"
:
"
^
2.7
.0
"
,
"
vue-router
"
:
"
^
3.0
.0
"
,
"
vue-shortkey
"
:
"
^2.2.2
"
,
"
vue-shortkey
"
:
"
^2.2.2
"
,
"
vue-simplemde
"
:
"
^0.4.4
"
,
"
vue-simplemde
"
:
"
^0.4.4
"
"
lodash
"
:
"
^4.17.4
"
}
}
}
}
public/css/app.css
View file @
3d14a920
This source diff could not be displayed because it is too large. You can
view the blob
instead.
public/js/app.js
View file @
3d14a920
This diff is collapsed.
Click to expand it.
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