generator-websemble
v2.6.1
Published
Websemble app generator.
Downloads
9
Maintainers
Readme
generator-websemble
Websemble app generator.
Installation
First, install Yeoman and generator-websemble using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-websemble
Getting started
First, create your project folder and cd into it.
mkdir MyProject
cd MyProject
Websemble is meant to work with Bootstrap, in the future other frameworks. Create your Bootstrap configuration and give the generated configuration file as argument to Websemble. Inside you project directory do the following:
yo websemble ../path/to/bootstrap/config.json
You will be prompted to give your new application details. Choose Bootstrap as your framework. One the generator is done, execute the following:
gulp
This will compile your application creating a build directory. One this is done, execute the following:
cd build
npm start
You should see your application running with Electron. To learn more about Websemble you can visit the Github repository wiki.
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
Apache-2.0 © Javier Escobar