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
2019-09-22 16:02:11 +02:00
..
assets/scss Created proof of concept grid with position sticky 2019-08-30 10:37:35 +00:00
components made it possible to manage groups in the app 2019-08-26 17:49:28 +00:00
config made it possible to manage groups in the app 2019-08-26 17:49:28 +00:00
layouts fixed bug where content of the previous page would show after refresh 2019-08-26 19:10:25 +00:00
middleware implemented authentication endpoints, user login and registration 2019-07-11 17:23:10 +00:00
mixins made it possible to manage groups in the app 2019-08-26 17:49:28 +00:00
pages fixed bug where content of the previous page would show after refresh 2019-08-26 19:10:25 +00:00
plugins made it possible to manage groups in the app 2019-08-26 17:49:28 +00:00
services made it possible to manage groups in the app 2019-08-26 17:49:28 +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 manage groups in the app 2019-08-26 17:49:28 +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 manage groups in the app 2019-08-26 17:49:28 +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
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 splitted makefile to the backend and web-frontend 2019-09-22 16:02:11 +02: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-22 16:02:11 +02: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.