npm install npm run serve # 等价于 vue-cli-service serve
npm run build # 等价于 vue-cli-service build
# seedao-backend/ npm install npm run start # 如果是 Windows 请执行 npm run start:ps # Server has started on <http://localhost:8000> !