Git Product home page Git Product logo

dengxiaoning / vue3-vite-elementplus-ts Goto Github PK

View Code? Open in Web Editor NEW
70.0 5.0 23.0 48.77 MB

使用vue3,vite2,element-plus和typescript搭建一个项目框架, 包含动态路由,路由拦截鉴权等功能。 已完善功能 1、整合二维地图 OpenLayers 2、整合三维地图Cesium 3、整合富文本quill 4、整合行政区划elui 5、增加动态创建form 6、增加对象深度拷贝 7、增加动态流程创建 8、增加dialog 拖拽功能

Home Page: https://benpaodehenji.com/csdata

License: MIT License

HTML 0.23% TypeScript 39.04% Vue 45.23% SCSS 14.01% JavaScript 1.49%
vue3 vite2 typescript quilljs element-plus cesiumjs openlayers

vue3-vite-elementplus-ts's Introduction

node compatility npm package vue package vite package Test Status

数据管理平台(skeletal-sys)

简介

数据管理平台:集成数据管理,文档管理,项目管理等功能模块 涉及模块,菜单,操作功能权限管理分配等功能模块,目前该系统 为初版骨架型,未涉及太多其它功能模块,只有搭建了一个大的 骨架,其它功能模块需要自行添加完善,自由发挥

目录结构

├── public # 静态资源
│ ├── config.js # 配置文件
| └── favicon.ico # favicon 图标
├── src # 源代码
| ├── api # api 请求
| ├── assets # 主题 变量等资源
| | ├── scss # scss 变量
| | └──theme # elemet 主题
| ├──components # 全局公共组件
| ├──hooks # 全局 hooks
| ├── config # 全局公共配置
| ├── layout # 全局 layout
| ├── locale # 国际化
| ├── plugin # 三方插件
| ├── router # 全局路由
| ├── store # 全局 vuex
| ├── utils # 全局公用方法
| ├── views # 所有页面
| ├── App.tsx # 入口页面
| ├── main.ts # 入口文件
| ├── permission.ts #权限认证
| └── shims-vue.d.ts # ts 声明文件
├── static # 静态资源
| ├── img # img
| └── svg # svg
├── .editorconfig # editorconfig
├── .env.development # 环境变量 开发
├── .env.production # 环境变量 生产
├── .eslintignore # eslintignore
├── .eslintrc.js # eslint 配置项
├── .gitignore # gitignore
├── .babelrc # babel 配置项
├── index.html # html 模板
├── package.json # package.json
├── README.md # README
├── tsconfig.json # tsconfig
└── vite.config.ts # vite 配置文件

项目演示

  • 登录 loginpage
  • 首页 mainpage
  • 二维 twodimensional
  • 三维 threedimensional

项目设置

yarn  or  npm install

编译开发环境

yarn dev  or  npm run dev

编译正式环境

yarn build or npm run build

iconify 使用方法

官网 https://icon-sets.iconify.design

 <CIcon icon-class="bx:time-five" icon-color="#333" />

浏览器支持

本地开发推荐使用Chrome 80+ 浏览器

支持现代(chrome,Firefox,Microsoft edge,etc.)浏览器, 不支持 IE

在线预览

https://www.benpaodehenji.com/csdata

vue3-vite-elementplus-ts's People

Contributors

abcdea avatar dengxiaoning avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

vue3-vite-elementplus-ts's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.