项目作者: taikishiino

项目描述 :
各Input属性のVueコンポーネントサンプル
高级语言: Vue
项目地址: git://github.com/taikishiino/vue-input-atomic-components.git
创建时间: 2020-05-30T15:41:27Z
项目社区:https://github.com/taikishiino/vue-input-atomic-components

开源协议:

下载


vue-input-atomic-components

Vue/Typescript

各inputをコンポーネント化

  1. $ cd components
  2. $ ls -la

各inputコンポーネントのユニットテスト

  1. $ yarn test:unit

Project setup

  1. yarn install
  2. # Compiles and hot-reloads for development
  3. yarn serve
  4. # Compiles and minifies for production
  5. yarn build
  6. # Run your unit tests
  7. yarn test:unit
  8. # Run your end-to-end tests
  9. yarn test:e2e
  10. # Lints and fixes files
  11. yarn lint