当前位置: 首页 > 工具软件 > Buefy > 使用案例 >

vue todo_使用Vue和Buefy框架的Todo应用

谈萧迟
2023-12-01

vue todo

布菲托多 (buefy-todo)

This repo is a todo app using Vue and the Buefy framework. If you want to play around or get some easy open source experience, feel free to submit a PR!

这个仓库是一个使用Vue和Buefy框架的待办事项应用程序。 如果您想玩转游戏或获得一些简单的开源体验,请随时提交PR!

项目设置 (Project setup)

yarn install

编译和热重装以进行开发 (Compiles and hot-reloads for development)

yarn run serve

编译并最小化生产 (Compiles and minifies for production)

yarn run build

运行测试 (Run your tests)

yarn run test

整理和修复文件 (Lints and fixes files)

yarn run lint

运行端到端测试 (Run your end-to-end tests)

yarn run test:e2e

运行单元测试 (Run your unit tests)

yarn run test:unit

翻译自: https://vuejsexamples.com/a-todo-app-using-vue-and-the-buefy-framework/

vue todo

 类似资料: