Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 542 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 542 Bytes

vue-ts-sonerqube-example

Vue + TypeScript のプロジェクトで SonarQube つかうやつ

Qiita: https://qiita.com/sterashima78/items/fbb906ac21325bea2173

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Scan + SonarQube に送信

localhost:9000 に サーバがたっている状態で

npm run sonar