1
0
Fork 0
🌐 My website
Find a file
dependabot-preview[bot] 2d6d3af698
Bump nuxt from 2.12.2 to 2.14.0
Bumps [nuxt](https://github.com/nuxt/nuxt.js) from 2.12.2 to 2.14.0.
- [Release notes](https://github.com/nuxt/nuxt.js/releases)
- [Changelog](https://github.com/nuxt/nuxt.js/blob/dev/RELEASE_PLAN.md)
- [Commits](https://github.com/nuxt/nuxt.js/compare/v2.12.2...v2.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03 12:21:23 +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 nuxt from 2.12.2 to 2.14.0 2020-08-03 12:21:23 +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 nuxt from 2.12.2 to 2.14.0 2020-08-03 12:21:23 +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.