parcel-vue-ts:通过Parcel将Vue.js与TypeScript结合使用的项目模板

时间:2024-05-31 01:25:27
【文件属性】:

文件名称:parcel-vue-ts:通过Parcel将Vue.js与TypeScript结合使用的项目模板

文件大小:223KB

文件格式:ZIP

更新时间:2024-05-31 01:25:27

JavaScript

Vue.js + TypeScript + Parcel项目模板 该项目包含一个Vue.js应用程序的示例配置,该应用程序以TypeScript编写,使用Parcel构建并通过Mocha和Cypress进行了测试。 开发设置 npm install npm install -g parcel-bundler parcel src/index.html 产品构建 parcel build src/index.html 运行单元测试 parcel build ./test_map.js -d dist_test ./node_modules/.bin/mocha -r jsdom-global/register 请注意,应将新组件添加到test_map.js中,以使其易于用于单元测试。 编写/运行集成测试 首先运行parcel命令以开始在端口1234上为本地服务项目。 然后导出Cypres


【文件预览】:
parcel-vue-ts-master
----dist_test()
--------test_map.map(538KB)
--------test_map.css(31B)
--------test_map.js(108KB)
----src()
--------index.html(148B)
--------index.ts(181B)
--------shims-vue.d.ts(74B)
--------Thing.vue(992B)
----cypress()
--------integration()
--------fixtures()
--------plugins()
--------support()
----cypress.json(3B)
----tsconfig.json(442B)
----test()
--------thing.spec.js(823B)
----tslint.json(466B)
----README.md(1KB)
----test_map.js(72B)
----.gitignore(26B)
----package-lock.json(84KB)
----package.json(758B)

网友评论