A starter kit for Element Plus generated by vue-cli.This project is forked from element-plus-starter.This project add some enhancements.
Read this in other languages: English | 简体中文
You can git clone this project.Base it,you can develop a vue3 and element-plus UI project by typescript.
The upstream project use javascript.
This project use typescript.
The upstream project must be deployed at root path.
This project supports relative path.So you can deploy dist dir into any path on the server.
You should execute in terminal:
tsc -w
This command can auto compile all typescript file into javascript file.
Other usage is same to upstream project.
This is upstream project.
A starter kit for Element Plus generated by vue-cli
npm install
npm run serve
npm run build
npm run lint