GithubHelp home page GithubHelp logo

erp-vue-ts's Introduction

ERP-Frontend(vue、typescript版本)

描述

本项目为Vue版本ERP系统前端,编程语言为 HTML + TypeScript + css,包含页面路由管理、状态管理(store)以及大数据报表渲染

项目结构(主要内容)

erp
|--- dist/(生产文件目录,存放编译后前端资源)
|--- public/(公共前端文件目录,包含主页面index.html和网站图标favicon.ico)
|--- src/(源文件目录)
  |--- assets/(资源目录)
  |--- components/(vue组件目录)
  |  |--- layout/(布局组件,此处目前只有SideBar,定义侧边栏组件)
  |  |--- pages/(页面主内容,即各项表格)
  |--- plugins/(组件应用的定义文件目录,主要用于定义element、vue-router、vxe-table等组件的引用)
  |--- router/(初始路由定义文件目录,在此处配置主页面路由、404路由等,其余动态路由在SideBar组件中注册管理)
  |--- App.vue(应用主体文件,包含页面整体布局、公共样式、SideBar组件注册以及抽屉组件)
  |--- main.ts(应用配置文件,初始化vue app并安装依赖的组件)

概要

项目初始化配置

yarn install

编译并运行(支持热重启)

yarn serve

编译并压缩项目

yarn build

改善&修复

yarn lint

其他配置参考

See Configuration Reference.

依赖

框架

角色 框架名 地址
应用框架 Vue 3 文档地址
UI框架: Element-Plus 文档地址
表格框架: vxe-table 4.x 文档地址

相关部件

用途 部件名 地址
页面路由 Vue Router (next) 文档地址
状态管理(store) Vuex 4 文档地址 建议参考

erp-vue-ts's People

Watchers

 avatar  avatar

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.