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.
 
 
 
 
jonathan 941801fb12 Merge pull request 'Fix env var name for assets' (#1) from kris/fix_asset_env_var into master vor 4 Jahren
src improve help popup displays 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 Fix env var name for assets vor 4 Jahren
package-lock.json first commit vor 4 Jahren
package.json remove sidebar, use app-icon style navigation vor 4 Jahren
webpack.config.js show promos on new network page. minor cleanups 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, like so:

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.