Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liumapp/starcomment
Use the stars or something else for comment
https://github.com/liumapp/starcomment
css gulp html javascript json
Last synced: about 2 months ago
JSON representation
Use the stars or something else for comment
- Host: GitHub
- URL: https://github.com/liumapp/starcomment
- Owner: liumapp
- License: gpl-3.0
- Created: 2017-03-03T01:40:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T13:37:24.000Z (over 7 years ago)
- Last Synced: 2023-03-04T05:48:43.255Z (almost 2 years ago)
- Topics: css, gulp, html, javascript, json
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# starComment
Use the stars or something else for comment
这是一个特别简单的html打分评价效果,通过nodeJS+bower+gulp+less这一套前端自动化开发框架来实现,对于感兴趣的童鞋来说是一个很好的学习教材。
## how to use it 使用方法
just clong the code and open the index.html , than enjoy your time
克隆代码之后直接访问index.html即可
## how to code
1. Make sure your computer environment have nodeJs .
2. code like this :
a.npm init;
b.npm install;
c.bower install;
d.gulp;
3. use less , and begin code .