Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekonenene/char-count-markdown
『文字数カウント for Markdown』は、マークダウンでレンダリングされた後の文字数を計測します
https://github.com/nekonenene/char-count-markdown
charcounter markdown vue vuejs
Last synced: 6 days ago
JSON representation
『文字数カウント for Markdown』は、マークダウンでレンダリングされた後の文字数を計測します
- Host: GitHub
- URL: https://github.com/nekonenene/char-count-markdown
- Owner: nekonenene
- Created: 2019-03-04T01:45:31.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T07:12:06.000Z (about 2 years ago)
- Last Synced: 2024-11-08T01:41:11.584Z (about 2 months ago)
- Topics: charcounter, markdown, vue, vuejs
- Language: JavaScript
- Size: 385 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 文字数カウント for Markdown
マークダウンでレンダリング後の文字数を計算
**ここでさわれます!: [https://nekonenene.github.io/char-count-markdown](https://nekonenene.github.io/char-count-markdown)**
## Require
* Node.js: v10.15.2 (v10.x LTS)
* npm: v6.4.1 or above## 開発するには……
このリポジトリをクローンしたのち、
```
make init
```で依存ライブラリのダウンロード。
```
make run
```で開発用サーバーが起動し、 http://localhost:8013 にアクセス可能。
## ビルドするには……
* 本番環境用
```
make build
```* 開発環境用
```
make build-dev
```## linter
* lint チェック!!
```
make lint
```* lint fix!!
```
make lint-fix
```