parcel-vue-typescript-boilerplate:包裹+ Vue +打字稿测试项目

时间:2021-03-31 02:23:03
【文件属性】:
文件名称:parcel-vue-typescript-boilerplate:包裹+ Vue +打字稿测试项目
文件大小:150KB
文件格式:ZIP
更新时间:2021-03-31 02:23:03
Vue 包裹式打字稿样板项目 :package: 用于Vue.js和Typescript的样板,基于Parcel捆绑器,从模板复制并进行了修改(更新了依赖项,删除了parcle-plugin-vue,因为现在已被本机支持)。 里面有什么? :card_file_box: 入门 :rocket: 克隆此存储库,然后运行npm / yarn install。 git clone git@github.com:masonz/parcel-vue-ts.git cd parcel-vue-ts npm/yarn install 发展 npm/yarn run dev Parcel内置有开发服务器,当您更改文件时,它将自动重建您的应用程序,并支持热模块更换以实现快速开发。 生产 npm/yarn run build 构建生产时,宗地默认情况下启用最小化。 单元测试 npm/yarn run test:unit 使用Jest对代码进行单元测试,然后可以通过n
【文件预览】:
parcel-vue-typescript-boilerplate-master
----.gitignore(893B)
----tsconfig.json(634B)
----README.md(1KB)
----CHANGELOG.md(503B)
----typings()
--------sfc()
--------semantic-ui-vue()
----test()
--------specs()
----.prettierrc(64B)
----.vscode()
--------settings.json(513B)
--------numbered-bookmarks.json(20B)
----package.json(2KB)
----tslint.json(26KB)
----src()
--------components()
--------utils()
--------app.vue(2KB)
--------router()
--------index.ts(321B)
--------index.html(311B)
--------store()
--------assets()
----.babelrc(260B)
----codealike.json(94B)
----.editorconfig(244B)
----yarn.lock(330KB)
----vue.config.js(478B)

网友评论