The Bubble web UI in VueJS
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
Jonathan Cobb b7f7d68eed move mitm controls to devices page há 4 anos
src move mitm controls to devices page há 4 anos
vue-vuex-registration-login-example-docs first commit há 4 anos
.babelrc add .babelrc há 4 anos
.gitignore first commit há 4 anos
LICENSE.md reference license file há 4 anos
README.md first commit há 4 anos
package-lock.json first commit há 4 anos
package.json remove sidebar, use app-icon style navigation há 4 anos
webpack.config.js allow new network with existing payment account. add production mode há 4 anos

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 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.