Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thombruce/code
👾 My programming blog
https://github.com/thombruce/code
Last synced: 20 days ago
JSON representation
👾 My programming blog
- Host: GitHub
- URL: https://github.com/thombruce/code
- Owner: thombruce
- Created: 2021-06-06T00:49:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T00:06:59.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T22:12:41.882Z (2 months ago)
- Language: Vue
- Homepage:
- Size: 20.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code by Thom
My programming blog.
## 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
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).