https://github.com/zk-phi/apngeffects
[WIP] An easy-to-use apng generator
https://github.com/zk-phi/apngeffects
web
Last synced: about 1 month ago
JSON representation
[WIP] An easy-to-use apng generator
- Host: GitHub
- URL: https://github.com/zk-phi/apngeffects
- Owner: zk-phi
- License: other
- Created: 2021-08-29T10:09:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T19:16:25.000Z (about 3 years ago)
- Last Synced: 2025-05-30T12:44:23.985Z (11 months ago)
- Topics: web
- Language: Vue
- Homepage:
- Size: 67.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: Readme.org
- License: LICENSE.markdown
Awesome Lists containing this project
README
http://zk-phi.github.io/apngtool
** 開発者向け
*** dev server
: npm install
: npm run start
するとサーバーが立ち上がります。 https://localhost:8080 で確認できます。
ソースをいじるとすぐに反映されます。
*** ビルド
: npm run build
ビルドすると =./dist= ができます。そのまま静的サイトとしてデプロイできます。
*** lint
: npm run lint
コーディングスタイルの揺れなどを自動検出します。
: npm run fix
で大部分は自動修正できます。
プルリクを送る前に走らせておくのがおすすめです。
*** Workflows
GitHub Actions を使って自動でビルドしたり、 lint をかけたりするようにしてあります。
- lint ... master を push したときに npm run lint
- lint-pr ... プルリクを作ったときに reviewdog 経由で eslint, stylelint を回す
- build ... master を push したときに npm run lint して gh-pages に push
ビルド時、 GitHub Secrets に ~ROLLBAR_TOKEN~ をセットしておくと、エラーを
rollbar から確認できます。