1
0
Fork 0
🌐 My website
Find a file
2020-01-12 21:33:30 +01:00
assets Change background animation 2020-01-12 21:33:30 +01:00
components Change background animation 2020-01-12 21:33:30 +01:00
layouts Use new ESLint config 2019-12-11 18:44:05 +01:00
middleware add logo and links to social networks 2019-02-20 19:16:47 +01:00
pages Change background animation 2020-01-12 21:33:30 +01:00
plugins Add first project 2019-11-30 23:06:47 +01:00
static Add PWA capabilities 2019-12-01 14:35:10 +01:00
store Start from scratch and add logo 2019-11-30 14:46:19 +01:00
.editorconfig add logo and links to social networks 2019-02-20 19:16:47 +01:00
.eslintrc.js Change background animation 2020-01-12 21:33:30 +01:00
.gitignore Start from scratch and add logo 2019-11-30 14:46:19 +01:00
nuxt.config.js Change logo animation 2020-01-12 16:09:51 +01:00
package.json Change logo animation 2020-01-12 16:09:51 +01:00
README.md Use Kiste 2019-12-08 17:45:22 +01:00
webpack.resolve.js Use new ESLint config 2019-12-11 18:44:05 +01:00
yarn.lock Change logo animation 2020-01-12 16:09:51 +01:00

moritz-ruth.de

The official website of Moritz Ruth

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.