1.0.36 • Published 11 years ago
ember-vcl-build-demo v1.0.36
Ember VCL Build Demo
The build-demo package creates demo apps for Ember VCL components
It can be used for testing/development of an individual component.
Usage
How to build a demo for a component
- Checkout the component
- Run
npm install - Run
npm test
If everything is fine, a new browser window will be opened at http://localhost:3333 showing the component demo.
For example, the navigation component:
git clone https://github.com/ember-vcl/navigation.git
cd navigation
npm install
npm testHow add demo for an existing component w/o one
- Add the
build-demopackage as a dependency into the component'spackage.json - Define
npm testcommand in package.json as"test": "cd tmp && gulp watch" - Create a folder called
demoin the component's root folder - Create a folder called
examplein thedemofolder - Create two files:
application.jsandapplication.hbs. Theapplication.jsmust export an Ember controller and the application.hbs should contain the application template - Commit the changes and create a release
Now you can build the demo according to the How to build a demo for a component
Demo
See instructions how to run a demo app
License
1.0.36
11 years ago
1.0.33
11 years ago
1.0.32
11 years ago
1.0.31
11 years ago
1.0.30
11 years ago
1.0.29
11 years ago
1.0.28
11 years ago
1.0.27
11 years ago
1.0.26
11 years ago
1.0.25
11 years ago
1.0.24
11 years ago
1.0.23
11 years ago
1.0.22
11 years ago
1.0.21
11 years ago
1.0.20
11 years ago
1.0.19
11 years ago
1.0.16
11 years ago
1.0.15
11 years ago
1.0.14
11 years ago
1.0.13
11 years ago
1.0.12
11 years ago
1.0.11
11 years ago
1.0.10
11 years ago
1.0.9
11 years ago
1.0.8
11 years ago
1.0.6
11 years ago
1.0.5
11 years ago
1.0.2
11 years ago