generator-meliapp

Scaffold a meli front-end web app

Usage no npm install needed!

<script type="module">
  import generatorMeliapp from 'https://cdn.skypack.dev/generator-meliapp';
</script>

README

meliapp generator

Yeoman generator that scaffolds out a front-end "meli" web app.

Features

  • Chico UI / Chico Mobile
  • CSS Autoprefixing
  • Image Optimization
  • Node server with LiveReload
  • JS Hint
  • Uglify JS, CSSmin, HTMLmin
  • Compiles Sass* (Optional)
  • Includes Mesh (Optional)
  • Includes Navigation Boilerplate (Optional)
  • Includes ui-mixins library (Optional with sass)

* When option prompts it's recommended to use rubySass than libSass for compilation. Has better error logs.

Development

Dependencies

Getting Started

  • Install: npm install -g generator-meliapp (might need sudo).
  • Run: yo meliapp to scaffold your app.
  • Run grunt for building.
  • Run grunt serve for preview with LiveReload.

Options

  • --skip-install

    Skips the automatic execution of bower and npm after scaffolding has finished.