Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
change folder constitution
Browse files Browse the repository at this point in the history
  • Loading branch information
MizoTake committed Oct 24, 2018
1 parent c0bcce7 commit 0c2fba9
Show file tree
Hide file tree
Showing 154 changed files with 288 additions and 37 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,25 @@

- Vue.js
- [vue-unity-webgl](https://www.npmjs.com/package/vue-unity-webgl)

# PWAforUnity

> A Vue.js project
## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```

For detailed explanation on how things work, checkout the [guide](http:https://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http:https://vuejs.github.io/vue-loader).
File renamed without changes.
File renamed without changes.
13 changes: 0 additions & 13 deletions VueProject/pwaForUnity/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions VueProject/pwaForUnity/README.md

This file was deleted.

1 change: 0 additions & 1 deletion VueProject/pwaForUnity/dist/index.html

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion VueProject/pwaForUnity/config/index.js → config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
index: path.resolve(__dirname, '../dist/index.html'),
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '../',
assetsPublicPath: './',
productionSourceMap: true,
// Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you.
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions dist/dist/static/js/app.02c781f5a0f85b595468.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/dist/static/js/manifest.962c4e0e4910bd58d1bf.js

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

1 change: 1 addition & 0 deletions dist/dist/static/js/manifest.962c4e0e4910bd58d1bf.js.map

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

1 change: 1 addition & 0 deletions dist/dist/static/js/vendor.90d7c1576bb1a7736533.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +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"><title>PWAforUnity</title><link rel=icon type=image/png sizes=32x32 href=./static/img/icons/favicon-32x32.png><link rel=icon type=image/png sizes=16x16 href=./static/img/icons/favicon-16x16.png><!--[if IE]><link rel="shortcut icon" href="/static/img/icons/favicon.ico"><![endif]--><link rel=manifest href=./static/manifest.json><meta name=theme-color content=#4DBA87><meta name=apple-mobile-web-app-capable content=PWAforUnity><meta name=apple-mobile-web-app-status-bar-style content=black><meta name=apple-mobile-web-app-title content=PWAforUnity><link rel=apple-touch-icon href=./static/img/icons/apple-touch-icon-152x152.png><link rel=mask-icon href=./static/img/icons/safari-pinned-tab.svg color=#4DBA87><meta name=msapplication-TileImage content=./static/img/icons/msapplication-icon-144x144.png><meta name=msapplication-TileColor content=#000000><link rel=preload href=./static/js/vendor.90d7c1576bb1a7736533.js as=script><link rel=preload href=./static/js/app.02c781f5a0f85b595468.js as=script><link rel=preload href=./static/css/app.b8e908dd1983cadb5682ced0bf5a9f82.css as=style><link rel=preload href=./static/js/manifest.3ad1d5771e9b13dbdad2.js as=script><link href=./static/css/app.b8e908dd1983cadb5682ced0bf5a9f82.css rel=stylesheet></head><body><noscript>This is your fallback content in case JavaScript fails to load.</noscript><div id=app></div><script>!function(){"use strict";var o=Boolean("localhost"===window.location.hostname||"[::1]"===window.location.hostname||window.location.hostname.match(/^127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$/));window.addEventListener("load",function(){"serviceWorker"in navigator&&("https:"===window.location.protocol||o)&&navigator.serviceWorker.register("service-worker.js").then(function(o){o.onupdatefound=function(){if(navigator.serviceWorker.controller){var n=o.installing;n.onstatechange=function(){switch(n.state){case"installed":break;case"redundant":throw new Error("The installing service worker became redundant.")}}}}}).catch(function(o){console.error("Error during service worker registration:",o)})})}();</script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.90d7c1576bb1a7736533.js></script><script type=text/javascript src=./static/js/app.02c781f5a0f85b595468.js></script></body></html>
Loading

0 comments on commit 0c2fba9

Please sign in to comment.