文件名称:v2do:一个带有TypeScript,Vue.js,Sass,Fomantic UI和Webpack的示例项目
文件大小:114KB
文件格式:ZIP
更新时间:2024-04-20 02:54:59
Vue
v2do 一个带有TypeScript,Vue.js,Sass,Fomantic UI和Webpack的示例项目。 项目设置 npm install 编译和热重装以进行开发 npm run serve 编译并最小化生产 npm run build 运行测试 npm run test 整理和修复文件 npm run lint 自定义配置 请参阅。
【文件预览】:
v2do-master
----.gitignore(214B)
----package.json(732B)
----tslint.json(544B)
----package-lock.json(412KB)
----src()
--------components()
--------main.ts(142B)
--------shims-vue.d.ts(74B)
--------shims-tsx.d.ts(306B)
--------App.vue(324B)
----postcss.config.js(59B)
----LICENSE(1KB)
----public()
--------index.html(834B)
--------favicon.ico(4KB)
----tsconfig.json(683B)
----.browserslistrc(21B)
----README.md(434B)
----vue.config.js(105B)
----babel.config.js(53B)