1.1.1 • Published 10 years ago

generator-scalajs-angular v1.1.1

Weekly downloads
2
License
Apache 2.0
Repository
github
Last release
10 years ago

Generator Scala.js Angular Build Status npm version Dependency Status devDependency Status

Yeoman Scala.js Angular generator

This generator is based on the fabulous Scala.js Angular example: https://github.com/greencatsoft/scalajs-angular-todomvc

Getting Started

Make sure that you have sbt installed, if not simply fallow the instructions for your operating system.

Install the Yeoman generator.

npm install -g generator-scalajs-angular

Run the generator to setup your project:

yo scalajs-angular

This will scaffold the project structure and run sbt compile.

Note: First run might take some time due to dependencies download.

Running

When the generator has finished it work execute:

sbt run

Navigate to http://localhost:9000 in your browser.

You should see similar page:

TodoMVC Example

License

Apache 2.0

1.1.1

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago