1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-17 18:32:35 +00:00
bramw_baserow/web-frontend/README.md
2019-06-07 13:04:24 +02:00

25 lines
392 B
Markdown

# baserow-web-frontend
> Baserow web frontend
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
# lint
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).