The Bubble web UI in VueJS
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Jonathan Cobb 3c892f6b4d remove unused files hace 3 años
src remove unused files hace 3 años
vue-vuex-registration-login-example-docs first commit hace 4 años
.babelrc Implement lazy loading and new UI layout (#17) hace 4 años
.gitignore do not commit actual webpack.config.dev.js hace 4 años
LICENSE.md update copyright year hace 4 años
README.md clarify comment hace 4 años
package-lock.json upgrade lockfile hace 3 años
package.json Implement new layout (#58) hace 4 años
web-development.md clarify hace 4 años
webpack.config.js Account policy page (#41) hace 4 años

README.md

bubble-web

Bubble frontend VueJS web application

The initial basis for the bubble-web frontend was Jason Watmore’s wonderfully well-written Vue/Vuex Registration and Login Example. The LICENSE and README.md files for this code are in the vue-vuex-registration-login-example-docs directory.

To use this frontend with a Bubble API:

Build it:

npm install
webpack

In your ${HOME}/.bubble-test.env file, add this line (fix the path to point to the correct location of your bubble-web/dist directory):

export BUBBLE_ASSETS_DIR=/path/to/bubble-web/dist

In the bubble/bubble-server directory, run the test named bubble.test.dev.DevServerTest, which will run the API and perform initial activation.

mvn -Dtest=bubble.test.dev.DevServerTest test

You can now test the frontend. If you make changes to the frontend code, you can simply run webpack again and reload the page in your browser.