1
0
Fork 0
🌐 My website
Find a file
dependabot[bot] 36a98cea08
Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-04 22:14:56 +00:00
assets Update projects and some improvements 2020-08-05 00:09:02 +02:00
components Update projects and some improvements 2020-08-05 00:09:02 +02:00
layouts Update projects and some improvements 2020-08-05 00:09:02 +02:00
pages Update projects and some improvements 2020-08-05 00:09:02 +02:00
plugins Use eslint-config-awzzm-vue, refactor some code and improve NavigationBar.vue 2020-08-04 20:39:22 +02:00
static Invert the domain redirect 2020-05-17 13:01:15 +02:00
.eslintrc.js Use eslint-config-awzzm-vue, refactor some code and improve NavigationBar.vue 2020-08-04 20:39:22 +02:00
.gitignore Start from scratch and add logo 2019-11-30 14:46:19 +01:00
manifest.json Use eslint-config-awzzm-vue, refactor some code and improve NavigationBar.vue 2020-08-04 20:39:22 +02:00
nuxt.config.js Update projects and some improvements 2020-08-05 00:09:02 +02:00
package.json Update dependencies 2020-08-05 00:13:58 +02:00
README.md Use Kiste 2019-12-08 17:45:22 +01:00
yarn.lock Bump elliptic from 6.5.2 to 6.5.3 2020-08-04 22:14:56 +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.