文件名称:vue-lib-starter:一个用于快速创建Vue组件库的模板脚手架,使用Storybook构建的工具。 使用Storybook创建Vue库的样板
文件大小:15KB
文件格式:ZIP
更新时间:2024-02-25 02:11:05
gulp boilerplate library webpack vue
vue-lib-starter 一个有用的快速创建Vue组件库的模板脚手架,使用Storybook构建。 快速开始 git clone https://github.com/senntyou/vue-lib-starter.git --depth=1 cd vue-lib-starter npm install # 安装依赖 npm run storybook # 使用 storybook 开发组件 npm run build # 构建发布文件 特性 , 语言支持。 , 测试支持。 使用开发,预览组件。 项目 - src - ind
【文件预览】:
vue-lib-starter-master
----.eslintrc.vue.js(522B)
----.flowconfig(160B)
----stories()
--------.eslintrc.js(86B)
--------Welcome.stories.js(454B)
--------Hello.stories.js(438B)
----README.en.md(1KB)
----.eslintrc.js(592B)
----.prettierignore(67B)
----src()
--------styles()
--------components()
--------index.js(114B)
----scripts()
--------.eslintrc.js(86B)
--------compile-vue.js(1KB)
----.storybook()
--------.eslintrc.js(86B)
--------webpack.config.js(253B)
--------config.js(276B)
--------addons.js(86B)
----.stylelintrc.js(93B)
----.travis.yml(131B)
----gulpfile.js(2KB)
----.stylelintignore(67B)
----LICENSE(1KB)
----test()
--------test.js(307B)
--------init.js(56B)
----jest.config.js(269B)
----README.md(1KB)
----.npmrc(19B)
----.editorconfig(235B)
----.gitignore(130B)
----.prettierrc.js(85B)
----.babelrc.js(112B)
----CHANGELOG.md(31B)
----.eslintignore(67B)
----package.json(4KB)