https://github.com/devzakir/developer-resources
Curated Developer Resource to make life easier by saving time
https://github.com/devzakir/developer-resources
Last synced: 5 months ago
JSON representation
Curated Developer Resource to make life easier by saving time
- Host: GitHub
- URL: https://github.com/devzakir/developer-resources
- Owner: devzakir
- Created: 2022-04-14T07:09:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T00:39:10.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T12:41:23.610Z (over 1 year ago)
- Language: Vue
- Size: 208 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Developer Resources
Jamstack Project = Vuejs + Nuxtjs + Markdown + Github
---
- Data Storage - `Markdown`
- Frontend -` Vuejs with Nuxtjs`
- Git based HEADLESS CMS - `Nuxt Content Module`
- Project Storage - `Github/Netlify`
## Build Setup
```bash
# 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
```