The Bubble web UI in VueJS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
Jonathan Cobb e7f6f10983 fix enable/disable buttons 4年前
src fix enable/disable buttons 4年前
vue-vuex-registration-login-example-docs first commit 4年前
.babelrc add .babelrc 4年前
.gitignore first commit 4年前
LICENSE.md reference license file 4年前
README.md first commit 4年前
package-lock.json first commit 4年前
package.json reference license file 4年前
webpack.config.js add css loader 4年前

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.