The Bubble web UI in VueJS
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
Tyler Chen 7dba5df011 Integrate Login API for new login page (#22) 4 år sedan
src Integrate Login API for new login page (#22) 4 år sedan
vue-vuex-registration-login-example-docs first commit 4 år sedan
.DS_Store Auth Header (#18) 4 år sedan
.babelrc Implement lazy loading and new UI layout (#17) 4 år sedan
.gitignore first commit 4 år sedan
LICENSE.md reference license file 4 år sedan
README.md clarify comment 4 år sedan
package-lock.json Integrate Login API for new login page (#22) 4 år sedan
package.json Integrate Login API for new login page (#22) 4 år sedan
web-development.md clarify 4 år sedan
webpack.config.dev.js feat/babel-root-plugin (#15) 4 år sedan
webpack.config.js Auth Header (#18) 4 år sedan

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.