You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 安装依赖模块
npm install
# 启动开发模式,浏览器打开 localhost:8080(代码热替换)
npm run dev
# 运行构建,转译代码并压缩打包
npm run build
# 运行单元测试
npm run unit
# 运行 e2e 测试
npm run e2e
# 运行所有测试
npm test
License
MIT
About
SoundCloud project created by vue.js vue-router and vuex