Skip to content

TypeScriptベースのnuxt.jsボイラープレート

Notifications You must be signed in to change notification settings

Sn005/nuxt-ts-boilerplate

Repository files navigation

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

About

TypeScriptベースのnuxt.jsボイラープレート

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published