Herbert Vojčík b7619f3464 README: 'use as library' instructions 10 年之前
..
src 0734651429 Fix missing name. 10 年之前
Gruntfile.js 5840504c9e grunt can find Web in new project 10 年之前
README.md b7619f3464 README: 'use as library' instructions 10 年之前
deploy.js 3e31ad0441 Web and Wrappers-JQuery with new namespaces 10 年之前
devel.js 864b699e30 amber-attic => amber-contrib-legacy; ns: amber/legacy 10 年之前
gitignore-file 5cbdd0c8ed Merge branch 'master' into add-tests 11 年之前
index.html 10e741350f Include basic app. First attempt at #30. 10 年之前
localamdjson-file 3dd62c9729 local.amd.json hidden by name of localamdjson-file 10 年之前

README.md

{%= title || name %}

{%= description %}

Getting Started

Install Amber and create an Amber project, as shown in Amber Instructions.

Use {%= name %} as a library in a client project

If not already present, create a client project in an empty directory with amber init.

In a client project, run

bower install {%= name %} --save
grunt devel
amber serve

Go to http://localhost:4000/ in your browser and in all packages that use {%= name %}, add '{%= namespace %}/{%= name %}' to the package imports, save the change and commit the package. Reload.

Contributing

To bring project alive (for example after git clone):

npm install
bower install
grunt devel

Developing the project (after brought alive):

Start server with amber serve and go to http://localhost:4000/ in your browser and follow the instructions