Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 172 Bytes

File metadata and controls

11 lines (7 loc) · 172 Bytes

安装与开发

init install

npm install

start porject and open localhost:port

npm run start

将应用程序打包发布

npm run build