In recent projects, Bui has been exposed to this background management framework
Home Address: http://builive.com/
The home page also has a back-office admin demo:http://builive.com/apps/default/main.html
But for beginners, it's still a bit of a hassle, after all, the framework is used to dynamically load JS
Here to write a blog, give the novice a less detours way.
To use the Bui, the first step of course is to download the-_-!!
Browser opens Bui's git home page: Https://github.com/dxq613/bui
A "Clone or download" On the right-hand side, which you can then "Download ZIP" to package all the files locally
After downloading, it is to create a new HTML, and then according to the basic code of the official website, first experience the effect
Http://builive.com/apps/default/main.html
At this time, the pit came, the official website above the example used in the "Main.css", "config-min.js", downloaded git file is not
What if the resource to run is not included in the Git file?
Then we will directly move the resources of the official website down ....
After the download, the second pit came again: Configure the operating environment
Blame oneself do not concentrate on the lecture (the author is also enough Heart, the important things in the last said), the official website example has been explained
Well, we've crossed two pits, can that work?
Sorry, still can't run up, because of a riddle-like reason, Bui dynamically loaded "common/main.js", also no longer git files inside
Or the same way, to download the official website .....
Download is not yet, but also according to the directory structure, the establishment of a common folder, put main.js files in the line
At this point, should be able to run the website demo homepage
Other functional components, later I use the problem to write again ....
Bui Get started Experience