Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 716 Bytes

File metadata and controls

43 lines (33 loc) · 716 Bytes

image-compressor-vue

作成中のコードです。

GitHubに公開しているimage-comporessor-jsのコードをVue.jsでリファクタリングするリポジトリです。

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Build to the docs folder

npm run build-to-docs

Run your unit tests

npm run test:unit

Run test with coverage

npm run test-with-coverage

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.