https://github.com/aspida/resthub
https://github.com/aspida/resthub
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aspida/resthub
- Owner: aspida
- Created: 2019-12-29T09:04:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T23:06:10.000Z (almost 3 years ago)
- Last Synced: 2025-12-18T05:48:30.737Z (7 months ago)
- Language: Vue
- Size: 1.47 MB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# resthub
> My swell Nuxt.js project
## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# generate static project
$ npm run generate
# keep clean code
$ npm run lint
# check the types
$ npm run typecheck
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).