Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitormarcal/vitormarcal-site
My personal web page
https://github.com/vitormarcal/vitormarcal-site
blog css html jamstack markdown nuxt sass vue
Last synced: 28 days ago
JSON representation
My personal web page
- Host: GitHub
- URL: https://github.com/vitormarcal/vitormarcal-site
- Owner: vitormarcal
- Created: 2019-03-23T13:45:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T03:44:23.000Z (about 1 year ago)
- Last Synced: 2024-10-15T00:09:09.139Z (2 months ago)
- Topics: blog, css, html, jamstack, markdown, nuxt, sass, vue
- Language: Vue
- Homepage: https://vitormarcal-site-vitormarcal.vercel.app/
- Size: 5.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vitormarcal
> My good Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn run dev# build for production and launch server
$ yarn run build
$ yarn start# generate static project
$ yarn run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).