実行には Node.js が必要です
$ npm i
$ npm run gen-fonts
Vetur ではなく Volar を導入することを推奨しています。
$ npm run dev
実行前に一度$ npm run gen-fonts
を実行する必要があります
$ npm run build
$ npm run build:with-font
$ npm run gen-unicode_emojis
- リポジトリに生成物が含まれています
- このコマンドは更新用です
$ npm run gen-fonts
リポジトリに生成物が含まれていません
$ npm run preview
実行前に$ npm run build
を実行する必要があります
$ npm run test:unit
$ npm run test:e2e
cypress.env.json
を以下の通りに作成する必要があります
{
"username": "ユーザー名",
"password": "パスワード"
}
npm run test:e2e-headless
ではヘッドレスで実行できます
$ npm run test:e2e:without-build
$ npm run lint
$ npm run lint:no-fix
$ npm run type-check