The Bubble web UI in VueJS
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
Kristijan Mitrovic d38e758a31 Merge branch 'master' into kris/fix_restore_ui 4 yıl önce
src Merge branch 'master' into kris/fix_restore_ui 4 yıl önce
vue-vuex-registration-login-example-docs first commit 4 yıl önce
.babelrc add .babelrc 4 yıl önce
.gitignore first commit 4 yıl önce
LICENSE.md reference license file 4 yıl önce
README.md clarify comment 4 yıl önce
package-lock.json update locked packaged 4 yıl önce
package.json remove sidebar, use app-icon style navigation 4 yıl önce
web-development.md clarify 4 yıl önce
webpack.config.js update license url 4 yıl önce

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.