The Bubble web UI in VueJS
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Kristijan Mitrovic 10ac54c1cb Link for restoring node vor 4 Jahren
src Link for restoring node vor 4 Jahren
vue-vuex-registration-login-example-docs first commit vor 4 Jahren
.babelrc add .babelrc vor 4 Jahren
.gitignore first commit vor 4 Jahren
LICENSE.md reference license file vor 4 Jahren
README.md clarify comment vor 4 Jahren
package-lock.json first commit vor 4 Jahren
package.json remove sidebar, use app-icon style navigation vor 4 Jahren
web-development.md clarify vor 4 Jahren
webpack.config.js update license url vor 4 Jahren

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.