Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 693 Bytes

README.md

File metadata and controls

49 lines (37 loc) · 693 Bytes

nuxt-ts-boilerplate

概要

vue-clinuxt-tsを組み合わせたボイラープレート

このボイラープレートで出来る事

  • TypeScriptによるvue/vuexの開発
  • eslint+prettierによる自動整形
  • Storybookでのコンポーネント管理
  • unitテスト
  • e2eテスト

プロジェクトセットアップ

yarn install

開発用サーバー立ち上げ

yarn run serve

本番用成果物生成

yarn run build

テスト実行

yarn run test

lintの実行と自動整形

yarn run lint

e2eテスト実行

yarn run test:e2e

ユニットテスト実行

yarn run test:unit