1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-17 10:22:36 +00:00
bramw_baserow/web-frontend
2019-07-29 22:00:00 +02:00
..
assets/scss created groups listing endpoint, list groups in context menu and made context and modals stackable 2019-07-29 22:00:00 +02:00
components created groups listing endpoint, list groups in context menu and made context and modals stackable 2019-07-29 22:00:00 +02:00
config created groups listing endpoint, list groups in context menu and made context and modals stackable 2019-07-29 22:00:00 +02:00
layouts created groups listing endpoint, list groups in context menu and made context and modals stackable 2019-07-29 22:00:00 +02:00
middleware implemented authentication endpoints, user login and registration 2019-07-11 17:23:10 +00:00
mixins created groups listing endpoint, list groups in context menu and made context and modals stackable 2019-07-29 22:00:00 +02:00
pages created base layout, reuseable context and logging off 2019-07-15 20:34:29 +02:00
plugins created groups listing endpoint, list groups in context menu and made context and modals stackable 2019-07-29 22:00:00 +02:00
services created groups listing endpoint, list groups in context menu and made context and modals stackable 2019-07-29 22:00:00 +02:00
static/img created empty nuxt project and moved assets there 2019-06-07 13:04:24 +02:00
store created groups listing endpoint, list groups in context menu and made context and modals stackable 2019-07-29 22:00:00 +02:00
test implemented authentication endpoints, user login and registration 2019-07-11 17:23:10 +00:00
utils created base layout, reuseable context and logging off 2019-07-15 20:34:29 +02: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 created groups listing endpoint, list groups in context menu and made context and modals stackable 2019-07-29 22:00:00 +02:00
jest.config.js implemented authentication endpoints, user login and registration 2019-07-11 17:23:10 +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 implemented authentication endpoints, user login and registration 2019-07-11 17:23:10 +00:00
README.md created empty nuxt project and moved assets there 2019-06-07 13:04:24 +02:00
yarn.lock implemented authentication endpoints, user login and registration 2019-07-11 17:23:10 +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.