Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzucconi/io
Input/output sketches
https://github.com/dzucconi/io
Last synced: 10 days ago
JSON representation
Input/output sketches
- Host: GitHub
- URL: https://github.com/dzucconi/io
- Owner: dzucconi
- Created: 2018-03-30T00:58:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:17:58.000Z (11 months ago)
- Last Synced: 2024-10-12T15:05:25.452Z (24 days ago)
- Language: Vue
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# io
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```