0.1.2 • Published 9 years ago
vow-x v0.1.2
vow-x
Installation
npm install -S vow-xDevelopment
npm run build- buildnpm run watch- watch files, build whenever there are changesnpm run lint- lint codenpm run test- test codenpm run gen-doc- generate doc
About dependencies
- babel-cli: provide
babelfor for transpiling on the command line. - babel-preset-es2015-node: preset transpile full ES6 to the partial ES6 supported by Node.js.
- babel-polyfill: if import it, it adds whatever is missing from the ES6 standard library, globally.
- source-map-support: provides support for source maps on Node.js.