Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vue Bulma | 403 | 6 years ago | 9 | mit | Vue | |||||
轻量级高性能MVVM Admin UI框架,Charts Collaopse Modal NavMenu Pagination ProgressBar Rating Timeline Toast | ||||||||||
Nly Adminlte Vue | 48 | 2 years ago | 70 | December 19, 2020 | mit | JavaScript | ||||
vuejs2 AdminLte3 template more than 50 components and 10 directives.such as collapse ,sidebar,container,infobox,breadcrumb,card,grid,dropdown,toast,navbar,timeline,icon,progress | ||||||||||
Mobileapp Tools | 2 | 11 years ago | gpl-3.0 | JavaScript | ||||||
Show me the tools, I'll build the world. | ||||||||||
Cmbmissionsim.jl | 1 | 3 years ago | 2 | mit | Julia | |||||
A timeline-to-map simulator for a CMB space mission | ||||||||||
Prismasocial Frontend | 1 | 3 years ago | JavaScript | |||||||
Frontend for prismasocial using GraphQL and Hooks |
轻量级高性能MVVM Admin UI框架
Demo网址:https://admin-c79b5.firebaseapp.com/admin/index
# 安装依赖包
npm install
# 开发模式运行在 localhost:8080
npm run dev
# 打包项目
npm run build
打包前注意将node_modules\moment\locale\目录下除zh-cn.js的文件全部删除,否则打包后文件将会很大
# 运行测试
npm run unit
为了让前端飞,我们还需要进行manifest缓存。示例文件为web.manifest,通过设定甚至可以进行整站缓存,如果需要使用该设定,请记住每次代码更新的同时也需要修改一下该文件避免加载出错。
本项目构建中已使用eslint,力求代码排版标准化方便阅读,建议不要在设置里取消该设定。 本项目不含jQuery库,原因可参考pagination组件,通过vue仅使用一行代码即实现了复杂的分页页码处理,vue强大的数据驱动模型带来了全新的前端设计方式。