文件名称:todomvc-vue-composition-api:使用Vue 3 Composition Api和Vuex构建的TodoMVC
文件大小:228KB
文件格式:ZIP
更新时间:2024-05-28 20:07:44
testing vue vuex todomvc vue3
使用Vue 3 Composition Api和Vuex构建的TodoMVC 以结构化和可测试的方式使用Vue 3 Composition Api和Vuex构建的著名TodoMVC。 涵盖的概念和工具 用法 安装依赖项后,以下NPM脚本将变为可用: start :以开发模式在上启动应用程序 build :将用于生产的应用程序捆绑到dist文件夹中 test :运行单元测试和端到端测试 test:unit :在带有*.spec.js后缀的src文件夹中使用和运行单元测试 test:e2e :在带有*.spec.js后缀的tests/e2e文件夹中,使用运行E2E测试 format :在src文件夹中使用Prettier格式化代码 lint :基于Airbnb的样式指南和Prettier配置的带有ESLint的lint文件 组件架构 应用程序与Vue devtools兼容 系列 此实
【文件预览】:
todomvc-vue-composition-api-master
----.gitignore(214B)
----Dockerfile(103B)
----images()
--------architecture.png(18KB)
--------screenshot.png(36KB)
----package.json(2KB)
----package-lock.json(639KB)
----src()
--------components()
--------main.js(323B)
--------services()
--------constants()
--------index.html(417B)
--------web-components()
--------store()
----.dockerignore(13B)
----sandbox.config.json(170B)
----cypress.json(68B)
----.travis.yml(308B)
----CONTRIBUTING.md(2KB)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(1KB)
----public()
--------index.html(365B)
--------favicon.ico(4KB)
----docker-compose.yml(179B)
----vite.config.js(93B)
----.eslintrc.js(882B)
----README.md(2KB)
----vue.config.js(437B)
----tests()
--------e2e()
----babel.config.js(46B)
----.prettierrc(200B)