Skip to content

DjtuAtomGroup/nest-weixin

Repository files navigation

vue 仿微信前端项目

This template should help get you started developing with Vue 3 in Vite. 基于 Vue 3 和 Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

启动项目

进入项目目录

cd project-folder

使用npm install

npm install

Compile and Hot-Reload for Development

启动项目

npm run dev

Compile and Minify for Production

项目打包

npm run build

Lint with ESLint

npm run lint