0.2.1 • Published 9 years ago

generator-vtex-scaffold v0.2.1

Weekly downloads
14
License
ISC
Repository
github
Last release
9 years ago

#VTEX Generator

Yeoman generator that scaffolds out a VTEX project using NPM Scripts as build tool.

##Features

  • ES2015 and JSX using Browserify and Babel
  • Node Sass
  • Built-in preview server with BrowserSync
  • Lint your scripts with ESLint
  • Image and SVG optimization
  • Jade Template Engine and VTEX specific mixins

##Getting Started

  • Install Yeoman: npm install -g yo
  • Install the generator: npm install -g generator-vtex-scaffold
  • Run the generator in the project folder with: yo vtex-scaffold or specify the folder with yo vtex-scaffold project-name
  • Use the available scripts.

##Available scripts Use npm run script-name to run any of these:

  • build:html
  • build:css
  • build:js
  • build:images
  • build (runs all build tasks above)
  • watch:html
  • watch:css
  • watch:js
  • watch:img
  • serve
  • start (runs build tasks and then runs watch tasks and serve) -> in this unique case, run with npm start

######Made with :heart: by GTX Agency

0.2.1

9 years ago

0.1.18

9 years ago

0.1.17

9 years ago

0.1.14

9 years ago

0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.2

9 years ago

0.1.0

9 years ago