ERVeepp / vue3-admin-ts

🎉 the ts version of vue3-admin-template

Home Page:https://github.com/jzfai/vue3-admin-ts.git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue3-admin-ts

English | 中文

A minimal vue3 admin template with Element-Plus UI & axios & permission control & lint & hook

A new generation admin construct using vue3(setup-script)+vite2+element-plus ,It's fast!

Use eslint+prettier+gitHooks format and verification code to improve code standardization and development efficiency

Update log

--- to look the doc

Documents

Online experience

github address

Access address

国内体验地址:http://8.135.1.141/vue3-admin-ts

github 地址: https://github.com/jzfai/vue3-admin-ts.git

Demo

---- Let's look at the loading speed and the size of the built package first.:

template-speed-analysis

template-demo

Related items

The framework is available in js, ts and plus versions

development and experience:two words Really fragrant!!!!!

Comparison of performance between vue3 and vue2

  • 41% reduction in package size

  • The initial rendering is 55% faster, the update rendering is 133% faster

  • Memory reduction 54%

  • Use Proxy instead of defineProperty to implement data responsiveness

  • Rewrite the implementation of virtual DOM and Tree-Shaking

Comparison of packaging speed between vite2 and webpack

Build Setup

# clone the project
git clone https://github.com/jzfai/vue3-admin-ts.git

# enter the project directory
cd vue3-admin-ts

# install dependency(Recommend use pnpm)
#you can run npm i -g pnpm to install it  
pnpm

# develop
pnpm run dev

using the browser to open http://localhost:5003

Build

# build for test environment
pnpm run build-test

# build for production environment
pnpm run  build

Others

# preview the release environment effect
pnpm run preview

# code format check
pnpm run lint

Extra

Architecture development is not easy. If you feel good, please give me a start. The architecture is still being improved. Welcome to join me in development and become Contributors together! ! ! !

Browsers support

Note: Vue3 is not supported the Internet Explorer

Modern browsers and Internet Explorer 11+.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Edge last 2 versions last 2 versions last 2 versions

Discussion and Communication

WeChat group

License

MIT license.

Copyright (c) 2021-present kuanghua

About

🎉 the ts version of vue3-admin-template

https://github.com/jzfai/vue3-admin-ts.git

License:MIT License


Languages

Language:Vue 45.3%Language:TypeScript 33.6%Language:SCSS 12.7%Language:JavaScript 8.0%Language:Shell 0.2%Language:HTML 0.2%