基于vue和bulma的后台模板
在偶然的机会下不自觉的喜欢上了bulma风格,也在github中找到了许多基于vue和bulma仓库,但是使用起来多多少少有些许限制,所以根据平时开发后台系统的经验,在前人的基础上完善基于vue和bulma的后台模板。
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report