taikishiino / vue-input-atomic-components

各Input属性のVueコンポーネントサンプル

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-input-atomic-components

Vue/Typescript

各inputをコンポーネント化

$ cd components
$ ls -la

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

$ yarn test:unit

Project setup

yarn install

# Compiles and hot-reloads for development
yarn serve

# Compiles and minifies for production
yarn build

# Run your unit tests
yarn test:unit

# Run your end-to-end tests
yarn test:e2e

# Lints and fixes files
yarn lint

About

各Input属性のVueコンポーネントサンプル


Languages

Language:Vue 63.1%Language:JavaScript 20.1%Language:TypeScript 12.5%Language:HTML 4.3%