Skip to content

Commit 593c742

Browse files
committed
created build
1 parent 1c20782 commit 593c742

10 files changed

+44
-1
lines changed

api/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html><head><meta charset=utf-8><link src=stylesheet href=https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css><link type=text/css rel=stylesheet href=//unpkg.com/bootstrap@next/dist/css/bootstrap.min.css><link type=text/css rel=stylesheet href=//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.css><script src=https://code.jquery.com/jquery-3.2.1.js integrity="sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE=" crossorigin=anonymous></script><script src=https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js></script><meta name=viewport content="width=device-width,initial-scale=1"><title>projectvue</title><link href=/Auth_vuejs/static/css/app.3645b232c3f0d2290d9b545fe1dfbd87.css rel=stylesheet></head><body style=background-color:#007bff><div id=app></div><script src=//unpkg.com/babel-polyfill@latest/dist/polyfill.min.js></script><script src=//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.js></script><script type=text/javascript src=/Auth_vuejs/static/js/manifest.14a7bd0d2065353721a9.js></script><script type=text/javascript src=/Auth_vuejs/static/js/vendor.d6fc5614b870bd75d40b.js></script><script type=text/javascript src=/Auth_vuejs/static/js/app.a9af91fe03779167d096.js></script></body></html>
1+
<!DOCTYPE html><html><head><meta charset=utf-8><link src=stylesheet href=https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css><link type=text/css rel=stylesheet href=//unpkg.com/bootstrap@next/dist/css/bootstrap.min.css><link type=text/css rel=stylesheet href=//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.css><script src=https://code.jquery.com/jquery-3.2.1.js integrity="sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE=" crossorigin=anonymous></script><script src=https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js></script><meta name=viewport content="width=device-width,initial-scale=1"><title>projectvue</title><link href=/Auth_vuejs/static/css/app.2bb60b888bf4f683b3c98e830a8dd5ab.css rel=stylesheet></head><body><div id=app></div><script src=//unpkg.com/babel-polyfill@latest/dist/polyfill.min.js></script><script src=//unpkg.com/bootstrap-vue@latest/dist/bootstrap-vue.js></script><script type=text/javascript src=/Auth_vuejs/static/js/manifest.83562764b3220cde2f16.js></script><script type=text/javascript src=/Auth_vuejs/static/js/vendor.492572d655e366886436.js></script><script type=text/javascript src=/Auth_vuejs/static/js/app.7bccb6cab2046d21ada5.js></script></body></html>

api/dist/static/css/app.2bb60b888bf4f683b3c98e830a8dd5ab.css

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

api/dist/static/css/app.2bb60b888bf4f683b3c98e830a8dd5ab.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/dist/static/js/app.7bccb6cab2046d21ada5.js

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

api/dist/static/js/app.7bccb6cab2046d21ada5.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/dist/static/js/manifest.83562764b3220cde2f16.js

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

api/dist/static/js/manifest.83562764b3220cde2f16.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/dist/static/js/vendor.492572d655e366886436.js

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

api/dist/static/js/vendor.492572d655e366886436.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,13 @@ aws4@^1.2.1, aws4@^1.6.0:
331331
version "1.6.0"
332332
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"
333333

334+
axios@^0.17.1:
335+
version "0.17.1"
336+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.17.1.tgz#2d8e3e5d0bdbd7327f91bc814f5c57660f81824d"
337+
dependencies:
338+
follow-redirects "^1.2.5"
339+
is-buffer "^1.1.5"
340+
334341
babel-code-frame@^6.11.0, babel-code-frame@^6.16.0, babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
335342
version "6.26.0"
336343
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
@@ -2781,6 +2788,12 @@ flatten@^1.0.2:
27812788
version "1.0.2"
27822789
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
27832790

2791+
follow-redirects@^1.2.5:
2792+
version "1.2.6"
2793+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.2.6.tgz#4dcdc7e4ab3dd6765a97ff89c3b4c258117c79bf"
2794+
dependencies:
2795+
debug "^3.1.0"
2796+
27842797
for-in@^1.0.1:
27852798
version "1.0.2"
27862799
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"

0 commit comments

Comments
 (0)