Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 342 Bytes

File metadata and controls

24 lines (15 loc) · 342 Bytes

git clone 克隆到本地仓库

安装依赖(Install Dependencies)

要求本地环境安装了node(Ensure Node.js is installed in your local environment.)

npm i

运行(Run the Project)

开发者模式(Development Mode)

npm run dev

生产模式(Production Mode)

npm run build