Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Yeoman generator for an Angular app with an Express server

NotificationsYou must be signed in to change notification settings

angular-fullstack/generator-angular-fullstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-angular-fullstack

Build Statusnpm versionnpm versionDependency StatusDev-Dependency StatusGitter chatOpenCollectiveOpenCollective

Yeoman generator for creating MEAN/SEAN stack applications, using ES6, MongoDB/SQL, Express, AngularJS, and Node - lets you quickly set up a project following best practices.

Generated project:

Dependency StatusDev-Dependency StatusKnown Vulnerabilities

Looking for Angular 4+?

Head over to thecanary branch for the generator 5.0.0 Beta. Some things like subgenerators and unit tests aren't up to spec yet, but we'd love feedback on everything else!

$ npm install -g yo gulp-cli generator-angular-fullstack@beta

Usage

Installyo,gulp-cli, andgenerator-angular-fullstack@beta:

npm install -g yo gulp-cli generator-angular-fullstack@beta

Please note: If you run into trouble compiling native add-ons during the installation, follownode-gyp's short guide onrequired compilation tools.


Runyo angular-fullstack

yo angular-fullstack

See theGetting Started guide for more information.

Prerequisites

  • MongoDB - Download and InstallMongoDB - If you plan on scaffolding your project with mongoose, you'll need mongoDB to be installed and have themongod process running.
    • If you haveDocker installed, you can easily run a test database withdocker run -p 27017:27017 --name afs-mongo -d mongo
  • The project's JavaScript is written in ECMAScript 2015. If you're unfamiliar with the latest changes to the specification for JavaScript, check outhttp://es6-features.org/

Supported Configurations

General

  • Build Systems:Gulp
  • Testing:
    • Jasmine
    • Mocha + Chai + Sinon
      • Chai assertions:
        • Expect
        • Should

Client

  • Scripts:JavaScript (Babel),TypeScript
  • Module Systems:Webpack
  • Markup:HTML,Pug
  • Stylesheets:CSS,Stylus,Sass,Less
  • Angular Routers:ngRoute,ui-router
  • CSS Frameworks:Bootstrap
    • Option to includeUI Bootstrap

Server

  • Scripts:JavaScript (Babel),TypeScript (planned)
  • Database:
    • None,
    • MongoDB,SQL
      • Authentication boilerplate:Yes,No
      • oAuth integrations:Facebook,Twitter,Google
      • Socket.io integration:Yes,No

Generators

Available generators:

Documentation

Check out ourdocumentation home page.

Contribute

See thecontributing docs

When submitting an issue, please follow theYeoman issue guidelines. Especially important is to make sure Yeoman is up-to-date, and providing the command or commands that cause the issue, as well as any stack traces.

License

BSD license

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Is your company using Angular-FullStack? Ask your boss to support the project. You will get your logo on our README on Github with a link to your site. [Become a sponsor]

generator-angular-fullstack


[8]ページ先頭

©2009-2025 Movatter.jp