Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzzul/zzzul.github.io
Personal website
https://github.com/zzzul/zzzul.github.io
github-pages hacktoberfest hacktoberfest2021 javascript nuxtjs personal-website static-site-generator vuejs
Last synced: 25 days ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/zzzul/zzzul.github.io
- Owner: Zzzul
- Created: 2020-08-15T07:07:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T10:07:59.000Z (4 months ago)
- Last Synced: 2024-07-17T12:39:13.361Z (4 months ago)
- Topics: github-pages, hacktoberfest, hacktoberfest2021, javascript, nuxtjs, personal-website, static-site-generator, vuejs
- Language: Vue
- Homepage: https://zzzul.me
- Size: 3.56 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).