No description
This repository has been archived on 2026-06-11. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 72.6%
  • SCSS 14.2%
  • Vue 13.2%
Find a file
Florian Pallas 16cc0fb3a3
change
2021-02-19 18:15:46 +01:00
assets/styles x 2021-02-19 11:59:14 +01:00
game x 2021-02-19 11:59:14 +01:00
layouts x 2021-02-19 11:59:14 +01:00
pages x 2021-02-19 11:59:14 +01:00
static/models x 2021-02-19 11:59:14 +01:00
.editorconfig x 2021-02-19 11:59:14 +01:00
.eslintrc.json x 2021-02-19 11:59:14 +01:00
.gitignore x 2021-02-19 11:59:14 +01:00
.prettierrc x 2021-02-19 11:59:14 +01:00
jsconfig.json x 2021-02-19 11:59:14 +01:00
LICENSE x 2021-02-19 11:59:14 +01:00
nuxt.config.ts x 2021-02-19 11:59:14 +01:00
package.json change 2021-02-19 18:15:46 +01:00
README.md x 2021-02-19 11:59:14 +01:00
tsconfig.json x 2021-02-19 11:59:14 +01:00
yarn.lock x 2021-02-19 11:59:14 +01:00

www.pallas-florian.de

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

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