Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vue-uwp

babyeyeFE28MIT0.1.10

Vue Components that Implement Microsoft's UWP Design & Fluent Design.

vue, vue-components, uwp, microsoft-uwp, microsoft-fluent, uwp-design, fluent, fluent-design, javascript, windows-uwp

readme

vue-uwp

VueUwp

License Version Downloads

Build Status

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.