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

392 B

baserow-web-frontend

Baserow web frontend

Build Setup

# 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.