1
0
Fork 0
🌐 My website
Find a file
2020-04-09 19:05:16 +02:00
assets changes 2020-04-09 18:54:36 +02:00
components changes 2020-04-09 18:54:36 +02:00
layouts changes 2020-04-07 15:52:52 +02:00
middleware add logo and links to social networks 2019-02-20 19:16:47 +01:00
pages changes 2020-04-09 18:54:36 +02:00
plugins Add first project 2019-11-30 23:06:47 +01:00
static Update icon 2020-04-09 19:05:16 +02: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 changes 2020-04-09 18:54:36 +02:00
.gitignore Start from scratch and add logo 2019-11-30 14:46:19 +01:00
nuxt.config.js Update icon 2020-04-09 19:05:16 +02:00
package.json Update icon 2020-04-09 19:05:16 +02:00
README.md Use Kiste 2019-12-08 17:45:22 +01:00
webpack.resolve.js changes 2020-04-07 15:52:52 +02:00
yarn.lock changes 2020-04-07 15:52:52 +02: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.