https://github.com/data-fair/dev-server
A development server for optimal development experience of data-fair applications.
https://github.com/data-fair/dev-server
Last synced: 4 months ago
JSON representation
A development server for optimal development experience of data-fair applications.
- Host: GitHub
- URL: https://github.com/data-fair/dev-server
- Owner: data-fair
- Created: 2019-12-17T10:23:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-29T15:23:59.000Z (4 months ago)
- Last Synced: 2026-01-30T04:30:24.387Z (4 months ago)
- Language: Vue
- Size: 1.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# df-dev-server
A development server for optimal development experience of data-fair applications.
## Usage
See [data-fair-charts](https://github.com/koumoul-dev/data-fair-charts/blob/master/package.json) for an example with nuxt.
See [data-fair-minimal](https://github.com/koumoul-dev/data-fair-minimal/blob/master/package.json) for an example with a simple http server.
## Development
Run development server :
```
npm run dev
```
Run publishable server :
```
DEBUG=nuxt-config-inject npm run prepublish
DEBUG=nuxt-config-inject NODE_ENV=production node server/index.js
```