1.2.0 • Published 10 years ago

min-angular v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

min-angular

Minimal AngularJS Setup

js-standard-style bitHound Dependencies bitHound Code semantic-release Dependency Status

AngularJS

AngularJS needs no introduction.

Why?

  • Most setups are bloated with unnecessary options.
  • Start clean and minimal and extend as you go.

Features

  • Minimal functional Angular setup.
  • Minimal working example.

If you are new to Node

Download and Install Node.js, see How do I get started with Node.js for more information.

To use as Repository:

Clone

git clone https://github.com/dmitriz/min-angular

or simply Download this Repository, unzip it and cd min-angular-master.

Install dependencies

npm install --save-dev

To use as Package:

In your main project directory (should contain package.json):

npm install min-angular --save

Getting started

Simply open demo/index.html in your browser:

open demo/index.html

If everything works, you should see:

Angular is working: true

From here you can go and add anything you need. Enjoy!

1.2.0

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago