1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-10 15:47:32 +00:00
bramw_baserow/web-frontend
2020-01-17 12:38:34 +00:00
..
assets/scss Resolve "Implement managing of table columns" 2020-01-17 12:38:34 +00:00
components Resolve "Implement managing of table columns" 2020-01-17 12:38:34 +00:00
config gave each project his own container 2019-10-13 11:29:00 +00:00
core Resolve "Implement table views abstraction endpoints and frontend" 2019-12-20 10:47:01 +00:00
filters made it possible to list, rename, delete and select an application. 2019-10-13 08:58:48 +00:00
layouts made it possible to list, rename, delete and select an application. 2019-10-13 08:58:48 +00:00
middleware always raise correct error in the api and handle those error better in the frontend 2019-11-08 08:52:36 +00:00
mixins Resolve "Implement managing of table columns" 2020-01-17 12:38:34 +00:00
modules/database Resolve "Implement managing of table columns" 2020-01-17 12:38:34 +00:00
pages Resolve "Implement managing of table columns" 2020-01-17 12:38:34 +00:00
plugins Resolve "Implement managing of table columns" 2020-01-17 12:38:34 +00:00
services gave each project his own container 2019-10-13 11:29:00 +00:00
static/img created empty nuxt project and moved assets there 2019-06-07 13:04:24 +02:00
store Resolve "Implement table views abstraction endpoints and frontend" 2019-12-20 10:47:01 +00:00
test made it possible to manage groups in the app 2019-08-26 17:49:28 +00:00
utils Resolve "Implement table views abstraction endpoints and frontend" 2019-12-20 10:47:01 +00:00
.babelrc created empty nuxt project and moved assets there 2019-06-07 13:04:24 +02:00
.eslintignore created empty nuxt project and moved assets there 2019-06-07 13:04:24 +02:00
.eslintrc.js created vue login and register pages with validation only 2019-06-10 16:58:28 +02:00
.prettierrc created empty nuxt project and moved assets there 2019-06-07 13:04:24 +02:00
.stylelintrc created empty nuxt project and moved assets there 2019-06-07 13:04:24 +02:00
Dockerfile gave each project his own container 2019-10-13 11:29:00 +00:00
intellij-idea.webpack.config.js made it possible to manage groups in the app 2019-08-26 17:49:28 +00:00
jest.config.js implemented authentication endpoints, user login and registration 2019-07-11 17:23:10 +00:00
Makefile gave each project his own container 2019-10-13 11:29:00 +00:00
nuxt.config.js Created sandbox environment where you can run the dev servers as dependencies 2019-06-21 10:07:16 +00:00
package.json splitted makefile to the backend and web-frontend 2019-09-23 09:59:42 +00:00
README.md created empty nuxt project and moved assets there 2019-06-07 13:04:24 +02:00
yarn.lock made it possible to manage groups in the app 2019-08-26 17:49:28 +00:00

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.