@chengkang/wildfire
v0.0.4
Published
A drop-in replacement for other comment systems.
Downloads
91
Readme
Wildfire
A comment service powered by Wilddog and Firebase. Wilddog is mainly for users from mainland China; Firebase for other regions and countries.
Screenshot
Plan
Current Status
- [x]
Firebase
support - [x]
Wilddog
support - [x] sign in/sign out
- [x] comment
- [x] reply to comment
- [x] like/dislike a comment/reply
- [x] delete comment/reply
- [x] Mention (@)
- [x]
Markdown
support - [x] update user profile
- [x] report
Mind Graph
Notice
For mrliao 2017/9/18 commit
, If you have problems with iview in this commit, please:
- delete the
package-lock.json
- run
npm install
, because I have added 2 dev package to fix the build bug. - run
npm run dev
ornpm run build
.