All Projects → autors → vueleopard

autors / vueleopard

Licence: MIT license
a simple 'vue iview webpack' admin leopard template

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to vueleopard

Spring Shiro Spark
Spring-Shiro-Spark是Spring-Boot Hibernate Spark Spark-SQL Shiro iView VueJs... ...的集成尝试
Stars: ✭ 114 (+612.5%)
Mutual labels:  iview
Vuewechatplateform
这是我用Vue 写的一个微信第三方公众号管理平台
Stars: ✭ 184 (+1050%)
Mutual labels:  iview
Blog Frontend Project
Web frontend code for my blogs, develop with Vue.
Stars: ✭ 206 (+1187.5%)
Mutual labels:  iview
Watchdog Framework Web
🍻 「停止维护」watchdog-framework的Web前端项目,基于Vue+iView-Admin+Vue-Router+Vuex开发
Stars: ✭ 124 (+675%)
Mutual labels:  iview
Codo
基于Vue + Iview-Admin实现的一套后台管理系统
Stars: ✭ 172 (+975%)
Mutual labels:  iview
Jsearch
jSearch(聚搜) 是一款专注内容的chrome搜索扩展,一次搜索聚合多平台内容。
Stars: ✭ 193 (+1106.25%)
Mutual labels:  iview
Fontend
使用Node、Vue、ElementUI、iViewUI,验证码等等搭建一个综合性网站(含后台管理系统)
Stars: ✭ 97 (+506.25%)
Mutual labels:  iview
huybery-blog
spa blog by flask & vue
Stars: ✭ 28 (+75%)
Mutual labels:  iview
Onlinejudgefe
A multiple pages app built for OnlineJudge
Stars: ✭ 175 (+993.75%)
Mutual labels:  iview
Vue Backage
基于vue和iview的后台管理系统
Stars: ✭ 198 (+1137.5%)
Mutual labels:  iview
Ibiu
Build Vue Spa Faster 🍏 🍔 🍜
Stars: ✭ 144 (+800%)
Mutual labels:  iview
Mouseinc.settings
MouseInc设置界面
Stars: ✭ 157 (+881.25%)
Mutual labels:  iview
Vue Cnode
🚀 基于vue3 function-based 构建cnode社区
Stars: ✭ 192 (+1100%)
Mutual labels:  iview
Laravel Template
RESTful 模板,企业号/企业微信微信扫码登录/同步通讯录——Laravel vue2 iView
Stars: ✭ 119 (+643.75%)
Mutual labels:  iview
Vue Questionnaire
使用 Vue + CI 开发的简易问卷调查系统,演示账户:admin / admin
Stars: ✭ 220 (+1275%)
Mutual labels:  iview
Iview Vue Admin
iView vue Admin / An admin management system template
Stars: ✭ 105 (+556.25%)
Mutual labels:  iview
Thinkjs Vue.js Blog
使用 ThinkJS+Vue.js+mysql 开发的博客程序,演示地址:
Stars: ✭ 190 (+1087.5%)
Mutual labels:  iview
laravel-spa-iview
Laravel 5 Boilerplate / Starter kit with iview
Stars: ✭ 46 (+187.5%)
Mutual labels:  iview
Opendevops
CODO是一款为用户提供企业多混合云、一站式DevOps、自动化运维、完全开源的云管理平台、自动化运维平台
Stars: ✭ 2,990 (+18587.5%)
Mutual labels:  iview
Viewui
A high quality UI Toolkit built on Vue.js 2.0
Stars: ✭ 2,487 (+15443.75%)
Mutual labels:  iview

lepoard vue iview admin https://autors.github.io/vueleopard

Version:v0.5

Introduction

a simple 'vue iview webpack' admin template
simple build
simple develop
simple change
simple give you

Install

// install dependencies
yarn install
or
npm install

Run

Development

npm run dev

Production(Build) ,and access:http://localhost:9528

npm run build

build nginx configuration ,and access: http://127.0.0.1

server {
        listen 80  default_server;
        listen [::]:80 default_server;
        charset UTF-8;

        proxy_set_header        Host            $host;
        proxy_set_header        X-Real-IP       $remote_addr;
        proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;
        root /httx/run/iview;

        index index.html;

        location / {
           try_files $uri $uri/ @rewrites;
        }

        location @rewrites {
           rewrite ^(.+)$ /index.html last;
        }

        location ~* \.(?:ico|css|js|gif|jpe?g|png)$ {
           expires max;
           add_header Pragma public;
           add_header Cache-Control "public, must-revalidate, proxy-revalidate";
        }

  }

文件结构

.
├── dist    build 目录
└── src
      ├── api    http调用接口
    ├── assets    图片文件
      ├── components    组件
    ├── router    路由表
     ├── store    全局数据存储
    ├── styles    样式文件
      ├── utils     公共方法
    └── views    视图组件
        ├── dashboard  用户自己展示界面
        ├── layout    模板框架
        └── login     登录
 └── static   引入第三方目录

Display

  • home

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].