Skip to content

kamij-i/traQ_S-UI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,281 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

traQ_S-UI

GitHub release CI release codecov Dependabot Status

traQ-S Frontend

開発環境構築

実行にはNode.jsが必要です

$ npm i
$ npm run gen-fonts

コマンド

ホットリロード環境

$ npm run serve

実行前に一度$ npm run gen-fontsを実行する必要があります

ビルド

$ npm run build

フォント以外のビルド

$ npm run build:with-font

フォントを含めたビルド

$ npm run gen-unicode_emojis

絵文字用データの生成 リポジトリに生成物が含まれています このコマンドは更新用です

$ npm run gen-fonts

フォントの生成 リポジトリに生成物が含まれていません

テスト/lint

$ npm run test:unit

ユニットテスト実行

$ npm run test:e2e

e2eテスト実行
cypress.env.jsonを以下の通りに作成する必要があります

{
  "username": "ユーザー名",
  "password": "パスワード"
}
$ npm run lint

lintの実行とauto-fixによる修正

$ npm run lint:no-fix

lintの実行(auto-fixなし)

About

traQ S - traP Internal Messenger Application Frontend

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Vue 56.1%
  • TypeScript 39.7%
  • JavaScript 2.8%
  • CSS 1.3%
  • Other 0.1%