vue-uwp
v0.1.10
Published
Vue Components that Implement Microsoft's UWP Design & Fluent Design.
Downloads
55
Readme
vue-uwp
Vue Components that Implement Microsoft's UWP Design Fluent Design. react-uwp
Installation
Vue-UWP is available as an npm package.
Use NPM to get Vue-UWP components and core styling. All you need is node.js and gulp.
npm install --save vue-uwp
For more details visit Get Started guide.
Contributing
Develop in dev branch and commit your PR.
# node build/bin/new.js [component-name] [component-chinese-name]
# node build/bin/build-entry.js
yarn new [component-name] [component-chinese-name]
# And then ...
${chineseName} 已添加到 components.json!
已新增 ${chineseName} components/${componentname}/index.js!
已新增 ${chineseName} components/${componentname}/${ComponentName}.vue!
已加入 ${chineseName} 文档 ${componentname}.md
已加入 ${chineseName} 测试用例 ${componentname}.spec.js
已加入 ${chineseName} 侧边栏 sidebar => nav.config.json
- ~~For now you need manually config your component page to the docs, add your path to /docs/.vuepress/config.js
License
Vue-UWP is MIT licensed.