@ -0,0 +1,13 @@
智慧书架
```bash
# install
npm install
# develop
npm run serve
# 构建生产环境
npm run build
```