Skip to content

Commit

Permalink
initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
Taha Paksu committed Jan 3, 2020
1 parent f221fdc commit d0dcb34
Show file tree
Hide file tree
Showing 36 changed files with 1,167 additions and 1,931 deletions.
1 change: 1 addition & 0 deletions dist/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/app.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions dist/chunk-vendors.js

Large diffs are not rendered by default.

Binary file removed dist/favicon.ico
Binary file not shown.
18 changes: 1 addition & 17 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<title>laravel-todobar</title>
<link href="/js/app.js" rel="preload" as="script"><link href="/js/chunk-vendors.js" rel="preload" as="script"></head>
<body>
<noscript>
<strong>We're sorry but laravel-todobar doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script type="text/javascript" src="/js/chunk-vendors.js"></script><script type="text/javascript" src="/js/app.js"></script></body>
</html>
<!DOCTYPE html><html><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><title>Vue App</title><link href=/app.css rel=preload as=style><link href=/app.js rel=preload as=script><link href=/chunk-vendors.js rel=preload as=script><link href=/app.css rel=stylesheet></head><body><div id=app></div><script src=/chunk-vendors.js></script><script src=/app.js></script></body></html>
Loading

0 comments on commit d0dcb34

Please sign in to comment.