1
0
Fork 0
🌐 My website
Find a file
2019-11-30 15:45:08 +01:00
assets Add social media links 2019-11-30 15:45:08 +01:00
components Add social media links 2019-11-30 15:45:08 +01:00
layouts Start from scratch and add logo 2019-11-30 14:46:19 +01:00
middleware add logo and links to social networks 2019-02-20 19:16:47 +01:00
pages Add social media links 2019-11-30 15:45:08 +01:00
plugins add logo and links to social networks 2019-02-20 19:16:47 +01:00
static Start from scratch and add logo 2019-11-30 14:46:19 +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 Start from scratch and add logo 2019-11-30 14:46:19 +01:00
.gitignore Start from scratch and add logo 2019-11-30 14:46:19 +01:00
nuxt.config.js Add social media links 2019-11-30 15:45:08 +01:00
package.json Add social media links 2019-11-30 15:45:08 +01:00
README.md Start from scratch and add logo 2019-11-30 14:46:19 +01:00
webpack.ide.js Add social media links 2019-11-30 15:45:08 +01:00
yarn.lock Add social media links 2019-11-30 15:45:08 +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.