文件名称:Vue选举人打字稿样板
文件大小:431KB
文件格式:ZIP
更新时间:2024-03-05 00:58:58
JavaScript
可视电子 项目设置 npm install 编译和热重装以进行开发 npm run serve 编译并最小化生产 npm run build 运行单元测试 npm run test:unit 运行端到端测试 npm run test:e2e 整理和修复文件 npm run lint 自定义配置 请参阅。
【文件预览】:
vue-electorn-typescript-boilerplate-master
----package.json(2KB)
----jest.config.js(89B)
----tests()
--------unit()
--------e2e()
----package-lock.json(706KB)
----src()
--------registerServiceWorker.ts(923B)
--------background.ts(3KB)
--------shims-tsx.d.ts(306B)
--------App.vue(551B)
--------assets()
--------shims-vue.d.ts(74B)
--------main.ts(252B)
--------views()
--------components()
--------router()
--------store()
----.eslintrc.js(545B)
----tsconfig.json(697B)
----.gitignore(327B)
----.browserslistrc(21B)
----public()
--------img()
--------robots.txt(24B)
--------index.html(567B)
--------favicon.ico(4KB)
----README.md(434B)
----yarn.lock(541KB)
----babel.config.js(66B)