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
2019-11-03 10:17:22 +00:00
..
assets/scss added a scss components style guide 2019-10-13 10:45:49 +00:00
components made it possible to create, update and delete tables, but also the select a table and navigate to the route 2019-11-03 10:17:22 +00:00
config gave each project his own container 2019-10-13 11:29:00 +00:00
core made it possible to create, update and delete tables, but also the select a table and navigate to the route 2019-11-03 10:17:22 +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 made it possible to list, rename, delete and select an application. 2019-10-13 08:58:48 +00:00
mixins made it possible to create, update and delete tables, but also the select a table and navigate to the route 2019-11-03 10:17:22 +00:00
modules/database made it possible to create, update and delete tables, but also the select a table and navigate to the route 2019-11-03 10:17:22 +00:00
pages made it possible to create, update and delete tables, but also the select a table and navigate to the route 2019-11-03 10:17:22 +00:00
plugins made it possible to list, rename, delete and select an application. 2019-10-13 08:58:48 +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 made it possible to create, update and delete tables, but also the select a table and navigate to the route 2019-11-03 10:17:22 +00:00
test made it possible to manage groups in the app 2019-08-26 17:49:28 +00:00
utils made it possible to list, rename, delete and select an application. 2019-10-13 08:58:48 +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.