KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
node-babel-dynamic-demo
★ 17
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
todoist-converter
:
Convert Todoist CSV templates and entire Todoist backup TaskPaper, Markdown, or OPML.
slide-zilla
:
Full page slides scroller that works on all screen sizes, no matter the content length
libnss_stns
:
stns is linux name resolver and user authentication library
type-introduction-illustrated
:
Haskell type introduction illustrated
animation
:
css3 动画库
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
node-babel-dynamic-demo
?
Download (.md)
# Node.js Babel dynamic demo Demonstrates how to use Babel dynamically (compiled at runtime) on Node.js. * Install: ``` cd node-babel-dynamic-demo/ npm install ``` * Run script: ``` npm run point ``` * Run unit test via mocha: ``` npm test ``` Thanks to npm scripts, everything you need is installed locally.