Dragable-Component-Demo:可拖拽组件页面开发+Cypress最佳实践

时间:2024-06-03 23:22:06
【文件属性】:

文件名称:Dragable-Component-Demo:可拖拽组件页面开发+Cypress最佳实践

文件大小:705KB

文件格式:ZIP

更新时间:2024-06-03 23:22:06

HTML

Dragable-Components-Demo 实现通过拖拽组件来生成功能页面。类似于这样的功能。 Demo预览请查看: Functions 主要实现功能点如下: 编辑器 自定义组件 拖拽 Specification Vue(2.x) + Vuex + Vue Router Typescript less Build Setup Requires Node.js 6+ Prepare to run in local environment yarn install dependencies / npm install yarn serve / npm run serve visit Others 在项目中加入了进行端到端的自动化测试 启动Cypress自动化测试: npm run cy:open / yarn cy:open 所有的测试用例都位于根目录下面的cypress文件夹下面 如需


【文件预览】:
Dragable-Component-Demo-master
----.gitignore(179B)
----package.json(2KB)
----package-lock.json(569KB)
----src()
--------customed-components()
--------components()
--------assets()
--------views()
--------main.ts(487B)
--------utils()
--------shims-vue.d.ts(72B)
--------shims-tsx.d.ts(304B)
--------App.vue(466B)
--------router()
--------styles()
--------store()
----build()
--------webpack.base.conf.js(877B)
----public()
--------index.html(611B)
--------favicon.ico(4KB)
----tsconfig.json(709B)
----cypress-6.6.0.tgz(446KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(213B)
----.prettierrc.json(42B)
----.eslintrc.js(744B)
----README.md(1019B)
----vue.config.js(115B)
----index.html(662B)
----babel.config.js(68B)
----.editorconfig(160B)
----yarn.lock(398KB)

网友评论