Presentation - Demo - Platform
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
--> ACCESSIBLE ONLINE <--
An online version of the app is accessible at https://qnamics.netlify.app/. User interface is accessible on a mobile with [email protected]
and any password. Admin interface is accessible on a laptop with [email protected]
and any password.
For a live presentation during the Quantum Entrepreneurship Lab - Demo Day of
--> the solution
The assets directory contains uncompiled assets such as Sass files.
The components directory contains the Vue.js components. Components make up the different parts of pages and can be reused and imported into pages, layouts and even other components.
Layouts help to change the look and feel of the app like have distinct layouts for mobile and desktop.
This directory contains the application views and routes.
The plugins directory contains JavaScript plugins to run before instantiating the root Vue.js Application.
This directory contains the static files.
This directory contains the Vuex store files. Having centralized all data interactions there makes it simple to eventually use a real backend.