shingo-sasaki-0529 / webpack-vue-jest-sample

WebpackとVueとJestの組み合わせのサンプル

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack-vue-jest-sample

webpackとVue(sfc)を使った極シンプルなTodoアプリを、Jestとvue-test-utilでテストするサンプル

install

$ git clone git@github.com:shingo-sasaki-0529/webpack-vue-jest-sample.git
$ yarn install
$ yarn webpack
$ open public/index.html

test

yarn jest

About

WebpackとVueとJestの組み合わせのサンプル


Languages

Language:TypeScript 57.5%Language:JavaScript 20.0%Language:Vue 19.3%Language:HTML 3.2%