1
0
Fork 0
🌐 My website
Find a file
2020-08-03 11:53:54 +00:00
assets Redesign (again...) 2020-05-19 18:23:52 +02:00
components Remove logo gradient 2020-05-19 18:28:46 +02:00
layouts Redesign (again...) 2020-05-19 18:23:52 +02:00
pages Update instagram name 2020-05-24 21:59:00 +02:00
plugins Redesign (again...) 2020-05-19 18:23:52 +02:00
static Update _redirects 2020-07-20 22:16:20 +02: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 Redesign (again...) 2020-05-19 18:23:52 +02:00
package.json Bump eslint-import-resolver-webpack from 0.12.1 to 0.12.2 2020-08-03 11:44:14 +00: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 Bump eslint-import-resolver-webpack from 0.12.1 to 0.12.2 2020-08-03 11:44:14 +00: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.