这是一个开源的短信平台管理项目
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
/config 配置文件,包含跟后台交互地址 /public 公共目录 /src 源码目录 /static 静态文件地址