UNPKG

vva-cli

Version:

A CLI of Vue 3 and Typescript and Element-plus in Vite

33 lines (21 loc) 425 B
# Vue 3 + Typescript + Vite + Element-plus This template should help get you started developing with Vue 3 and Typescript and Element-plus in Vite. ## Quick Start ```bash npm i ``` ### Start Frontend Make sure port 3000 is available ```bash npm run dev ``` ### Mock Make sure port 7777 is available ```bash npm run dev:mock ``` ## Production ```bash npm run build npm run start ```