发布时间 | 2021年4月8日 |
---|---|
插件作者 | vue-multi-steps |
这是一个简单的应用程序,可指导用户通过多步骤过程来注册到社区组。
通过逐步填写表单,最后您将从Github API获得更多信息。
要运行此项目,请在终端中使用以下命令:
# clone the repository
git clone git@github.com:peterchencc/vue-multi-steps.git
# change the folder
cd vue-multi-steps
# install dependencies
npm install
# Compiles and hot-reloads for development
npm run serve
# Compiles and minifies for production
npm run build
# Run unit tests
npm run test:unit