Flying-fast Metro future vision components
Include the module in your project with :
npm install --save plumes
You can compile and move your Less, JavaScript and HTML files to your /public folder with Plumes.
To start the gulp watcher, include this code in your gulpfile.js then start gulp:
varPlumes=require('plumes');newPlumes({paths: {features: './features',public: './public'}});Plumes contains many Ractive components and CSS layouts. To use it you have to include Ractive, Ractive Require and jQuery:
<scriptsrc="http://cdn.ractivejs.org/latest/ractive.min.js"></script><scriptsrc="https://cdnjs.cloudflare.com/ajax/libs/ractive-require/0.6.8/ractive-require.min.js"></script><scriptsrc="https://code.jquery.com/jquery-2.1.3.min.js"></script>Each component is compiled and ready to use in the /public folder.
You can try all of the components with the examples.
