https://github.com/plotdb/d3-module-picker
let's pick some d3 modules!
https://github.com/plotdb/d3-module-picker
Last synced: about 1 month ago
JSON representation
let's pick some d3 modules!
- Host: GitHub
- URL: https://github.com/plotdb/d3-module-picker
- Owner: plotdb
- Created: 2016-06-30T16:38:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-18T13:11:08.000Z (about 10 years ago)
- Last Synced: 2025-02-26T08:35:34.988Z (over 1 year ago)
- Language: JavaScript
- Size: 210 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
template
========
a web template, for simple frontend. it contains a simple webserver, watch daemon, and a makefile for offline building. It uses jade, styl and livescript to build a web page.
Usage
========
Simply edit index.jade, index.styl and index.ls, and type 'make' to build these into index.html, index.css and index.js.
You can also watch all your changes and build them automatically. To do so, run
npm i
once (for installing all dependencies), then run
npm start
It will start watching all styl, jade and livescript changes, and also run a simple web server listening on localhost:9999.
Configuration
========
Options about CDN, Open Graph, Favicon, thumbnail and used libraries are available in index.jade:
- var use = { cdn: false, og: false, favicon: true }
- var lib = { jquery: true, d3js: false, angular: true, bootstrap: true, semantic: false }
- var assets = "assets"
- var thumbnail = "thumbnail.png"
- var favicon = "thumbnail.png"