又一个 Admin 模板:Vuteify Base Admin Template

分享一个Vue Admin Template
https://github.com/tookit/vue-material-adm...


Vue Material Admin

Introduction

Vue Material Admin Template is a Vue Based Material Design Admin Template.
And use Vuetifyjs as base framework.
Vuetify is Awesome.

Demo

http://vma.isocked.com/#/dashboard

Preview

Preivew

Project Structure

├── build
├── config (Webpack)
├── src
│   ├── api
│   ├── components
│   ├── mixins
│   ├── pages (or views)
│   ├── router
│   ├── util
│   ├── theme
│   │   ├── default.styl
│   └── App.vue
│   └── event.js
│   └── main.js
├── dist
├── release
├── static (or asset)
├── mock (or script to build mock data)
├── node_modules
├── test
├── README.md
├── package.json
├── index.html
└── .gitignore

### Build Setup

``` bash
# 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

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Reference

Keep foolish
《L05 电商实战》
从零开发一个电商项目,功能包括电商后台、商品 & SKU 管理、购物车、订单管理、支付宝支付、微信支付、订单退款流程、优惠券等
《G01 Go 实战入门》
从零开始带你一步步开发一个 Go 博客项目,让你在最短的时间内学会使用 Go 进行编码。项目结构很大程度上参考了 Laravel。
讨论数量: 4
DianWang

很漂亮

5年前 评论
Jennie

Thank you so much for your sharing. :+1:

5年前 评论

請問,我試著將此框架放到laravel專案
然後不使用laravel-mix的設定
將package.json改成此框架的package.json
將輸出目錄改到public
但是總無法成功編譯
npm run dev

總卡在
94% asset optimization
而Node 跳出 error: undefined

如果不放在laravel專案內,則可以正常運作....

我的laravel 版本 5.4.36

如果有先進成功引用此框架,煩請不吝指教

感謝

5年前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!