ToDoFrontend VueJS:实验室#5当然是GLO 3102 源码
实验室5 GLO-3102课程的实验5 目标 : 通过构建基本的MVC应用程序来熟悉VueJS框架。 工作 : 实现与4号实验室相同的应用程序,但是这次使用VueJS框架而不是Vanilla JavaScript。 指示: 它必须是与实验4中相同的应用程序,并使用相同的API ...,但必须在VueJS中重做。 重用上一个实验中完成的所有样式。 提供API 构建设置 # 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 r
用户评论