The Bubble web UI in VueJS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jonathan Cobb 7e4bb5d3fe comment out broken How It Works link 3 vuotta sitten
src comment out broken How It Works link 3 vuotta sitten
vue-vuex-registration-login-example-docs first commit 4 vuotta sitten
.babelrc Implement lazy loading and new UI layout (#17) 4 vuotta sitten
.gitignore do not commit actual webpack.config.dev.js 4 vuotta sitten
LICENSE.md update copyright year 4 vuotta sitten
README.md clarify comment 4 vuotta sitten
package-lock.json upgrade lockfile 3 vuotta sitten
package.json Implement new layout (#58) 4 vuotta sitten
web-development.md clarify 4 vuotta sitten
webpack.config.js Account policy page (#41) 4 vuotta sitten

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.