mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-17 18:32:35 +00:00
25 lines
392 B
Markdown
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).
|