Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 171 Bytes

File metadata and controls

10 lines (7 loc) · 171 Bytes

安装与开发

init install

npm install

start porject and open localhost:port

npm run start

将应用程序打包发布

npm run build