This project use vuex
, vue-router
and supports Single File Components. Please use Chrome to run the project.
- Folders:
src
assets
nothing to saycomponents
where all components arelayouts
where all layout components aremixin
where the fetch mixin isstore
where the users store is
public
contains both index.html and the service worker files- Files:
src/main.js
the app entry pointsrc/App.vue
the app main componentsrc/storageApi.js
the JS file that contains all exposed methods to store and get data from localStoragepublic/service-worker.js
the service workerpublic/index.html
the main html file
npm install
npm run serve
Then open a browser tab with http://localhost:8080/#/ and another one with http://localhost:8080/#/{USERNAME}.
You must ensure in the Chrome dev tools on "Application" tab, option service worker on the left, that the service worker is "running". If not, please refresh the page and check again.
Once it is running, you may start chatting with the creepy owner.
npm run lint