/element-plus-starter-ts

A starter kit for Element Plus generated by vue-cli.This project is forked from element-plus-starter.This project add some enhancements.

Primary LanguageVueGNU General Public License v3.0GPL-3.0

element-plus-starter-ts

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 | 简体中文

快速启动文档

Purpose

You can git clone this project.Base it,you can develop a vue3 and element-plus UI project by typescript.

Design

typescript support

The upstream project use javascript.

This project use typescript.

relative path support

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.

usage

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.

element-plus-starter

This is upstream project.

A starter kit for Element Plus generated by vue-cli

Element Plus

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.