No description
  • Vue 55.9%
  • JavaScript 37.4%
  • CSS 6.7%
Find a file
2021-09-19 18:59:45 +02:00
assets added layout, design, index, build config 2020-10-13 23:49:49 +02:00
components added copy function with tooltips, added icons, fixed color class purging 2020-10-14 22:49:00 +02:00
layouts added layout, design, index, build config 2020-10-13 23:49:49 +02:00
middleware initial commit 2020-10-10 15:21:03 +02:00
pages added copy function with tooltips, added icons, fixed color class purging 2020-10-14 22:49:00 +02:00
plugins added layout, design, index, build config 2020-10-13 23:49:49 +02:00
static move to github 2021-09-19 18:59:45 +02:00
store initial commit 2020-10-10 15:21:03 +02:00
test initial commit 2020-10-10 15:21:03 +02:00
.babelrc initial commit 2020-10-10 15:21:03 +02:00
.editorconfig initial commit 2020-10-10 15:21:03 +02:00
.eslintrc.js initial commit 2020-10-10 15:21:03 +02:00
.gitignore initial commit 2020-10-10 15:21:03 +02:00
jest.config.js initial commit 2020-10-10 15:21:03 +02:00
nuxt.config.js move to github 2021-09-19 18:59:45 +02:00
package-lock.json 0.0.5 2020-10-14 22:49:19 +02:00
package.json 0.0.5 2020-10-14 22:49:19 +02:00
README.md initial commit 2020-10-10 15:21:03 +02:00
tailwind.config.js added copy function with tooltips, added icons, fixed color class purging 2020-10-14 22:49:00 +02:00

onegaming-landingpage

Build Setup

# 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

For detailed explanation on how things work, check out Nuxt.js docs.