如果你喜欢本仓库,那就点个星星了 😊
# download the zip
$ git clone https://github.com/reng99/webapp.git
# enter the root catalogue
$ cd webapp
# install dependencies
$ npm install
# dev mode
$ npm run dev
# automally show in browser whick address is localhost:8000
# dev mode
$ npm run build
你可以参考下面的图片运行(dev 环境)