加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

vue-element-simple

介绍

基于Vue+ElementUI的轻量级前端框架,化繁为简,极致的ElementUI体验(暂停维护)。

适用人群

有一定前端相关基础的初学者、非前端专业的技术人员

在线体验

链接地址

界面截图

主页

目录结构

├── build -- 项目构建配置
├── config -- 项目环境配置
├── mock -- Mock模拟数据
└── src -- 源码目录
     └── api -- 请求接口
     └── assets -- 静态资源(images/style)
	 └── components -- 公共组件
	 └── layouts -- 布局组件
	 └── router -- 路由配置
	 └── store -- 仓库(暂未用上)
	 └── utils -- 常规工具方法
	 └── views -- 页面组件
	 └── App.vue -- 根组件
	 └── main.js -- 入口文件
├── static -- 静态资源
├── index.html -- 入口页面
├── package.json -- 项目依赖
├── README.md -- 说明文档
...

注意

我们想要体现的是开箱即用和约定优于配置,所以有些配置参数已提前设置好,若不需要请自行修改回去。

1.config/index.js:
productionSourceMap: false,
productionGzip: true

开始

# clone the project
git clone https://gitee.com/aria_wai/vue-element-simple.git

# enter the project directory
cd vue-element-simple

# install dependencies
npm install

# serve with hot reload at localhost:9287
npm run dev

发布

# build for production with minification
npm run build

License

MIT

Copyright (c) 2022 AriaWaI

MIT License Copyright (c) 2022 AriaWaI Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于Vue+ElementUI的轻量级前端框架 展开 收起
JavaScript 等 4 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化