The Bubble web UI in VueJS
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
Kristijan Mitrovic 6a425f5b75 Better or label 4 роки тому
src Better or label 4 роки тому
vue-vuex-registration-login-example-docs first commit 4 роки тому
.babelrc Implement lazy loading and new UI layout (#17) 4 роки тому
.gitignore ignore .DS_Store 4 роки тому
LICENSE.md reference license file 4 роки тому
README.md clarify comment 4 роки тому
package-lock.json Implement adding SSH keys (#35) 4 роки тому
package.json Change Password, and Manage SSH page, along with launching bubble screen (#39) 4 роки тому
web-development.md clarify 4 роки тому
webpack.config.dev.js Change Password, and Manage SSH page, along with launching bubble screen (#39) 4 роки тому
webpack.config.js Account policy page (#41) 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 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.