1
0
Fork 0
🌐 My website
Find a file
2019-11-30 23:30:20 +01:00
assets Add third project 2019-11-30 23:30:20 +01:00
components Add third project 2019-11-30 23:30:20 +01:00
layouts Add third project 2019-11-30 23:30:20 +01:00
middleware add logo and links to social networks 2019-02-20 19:16:47 +01:00
pages Add third project 2019-11-30 23:30:20 +01:00
plugins Add first project 2019-11-30 23:06: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 first project 2019-11-30 23:06:47 +01:00
package.json Add first project 2019-11-30 23:06:47 +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 first project 2019-11-30 23:06:47 +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.