All Projects → base-apps → angular-base-apps

base-apps / angular-base-apps

Licence: MIT license
UI library for angular JS apps

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to angular-base-apps

Angular Moment
Moment.JS directives for Angular.JS (timeago and more)
Stars: ✭ 2,637 (+4153.23%)
Mutual labels:  angularjs
ekzo
💫 Functional Sass framework for rapid and painless development
Stars: ✭ 32 (-48.39%)
Mutual labels:  sass-framework
Material-Design-AngularJs-Abp
No description or website provided.
Stars: ✭ 19 (-69.35%)
Mutual labels:  angularjs
Md Color Picker
Angular-Material based color picker
Stars: ✭ 253 (+308.06%)
Mutual labels:  angularjs
angular-horizontal-timeline
Simple horizontal timeline directive for AngularJS
Stars: ✭ 44 (-29.03%)
Mutual labels:  angularjs
AngularJS-ES6
No description or website provided.
Stars: ✭ 25 (-59.68%)
Mutual labels:  angularjs
Angular Validation
AngularJS Form Validation made simple
Stars: ✭ 243 (+291.94%)
Mutual labels:  angularjs
PulseTile-AngularJS
Leading edge modular UI framework for healthcare. Based on AngularJS. See documentation at http://docs.pulsetile.com/ See plugins at https://github.com/PulseTile-Plugins ##
Stars: ✭ 19 (-69.35%)
Mutual labels:  angularjs
angular-simple-slider
An AngularJS directive providing a simple slider functionality
Stars: ✭ 15 (-75.81%)
Mutual labels:  angularjs
angular-youtube-api-factory
AngularJS Factory for Youtube JSON REST API requests
Stars: ✭ 21 (-66.13%)
Mutual labels:  angularjs
madosel
Modasel is a family of responsive front-end frameworks that make it easy to design beautiful responsive websites, apps that look amazing on any device. Madosel is semantic, readable, flexible, and completely customizable.
Stars: ✭ 39 (-37.1%)
Mutual labels:  sass-framework
Ecommerce
Angular 6 Ecommerce Application POC
Stars: ✭ 46 (-25.81%)
Mutual labels:  sass-framework
angular-github-api-factory
AngularJS Factory for GitHub v3 JSON REST API requests
Stars: ✭ 13 (-79.03%)
Mutual labels:  angularjs
Oclazyload
Lazy load modules & components in AngularJS
Stars: ✭ 2,661 (+4191.94%)
Mutual labels:  angularjs
project-manager-laravel
Project manager system - PHP and AngularJS
Stars: ✭ 17 (-72.58%)
Mutual labels:  angularjs
Adm Datetimepicker
Pure AngularJs dateTimePicker
Stars: ✭ 244 (+293.55%)
Mutual labels:  angularjs
eucaconsole
Eucalyptus Management Console
Stars: ✭ 15 (-75.81%)
Mutual labels:  angularjs
Hacktoberfest2021-for-everyone
This repository is for everyone who wants to participate in Hacktoberfest 2022. Anyone can contribute/add quality code or projects for your Swags (T- Shirt), must be relevant that can add some value to this repository.
Stars: ✭ 178 (+187.1%)
Mutual labels:  angularjs
ionic4-angular7-example
Ionic 4, Angular 7 and Cordova Tutorial: Build CRUD Mobile Apps
Stars: ✭ 57 (-8.06%)
Mutual labels:  angularjs
angular-crypto
angular-crypto provides standard and secure cryptographic algorithms for Angular.js with support for: MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64
Stars: ✭ 30 (-51.61%)
Mutual labels:  angularjs

Angular Base Apps

An open source, community-driven fork of Foundation for Apps by Zurb (deprecated)

Build Status GitHub version

This is Angular Base Apps, an Angular-powered framework for building powerful responsive web apps and an unofficial fork of Foundation for Apps by Zurb.

Requirements

You'll need the following software installed to get started.

  • Node.js: Use the installer provided on the NodeJS website.
  • Git: Use the installer for your OS.
  • Gulp and Bower: Run [sudo] npm install -g gulp bower

Get Started

Stuck with Foundation for Apps? Try out Angular Base Apps 1.2.6 as a drop-in replacement!

Starting fresh? Check the installation docs to get started.

Templates

We've compiled a list of project templates for Angular Base Apps to help get you started quickly. If you have a template you would like added to the list let us know!

Documentation

Documentation for the latest release is available at https://base-apps.github.io/angular-base-apps/latest

Documentation is distributed with each release of Angular Base Apps. The docs for a specific release can be found at the url above with latest replaced with the version tag. For instance, you can find the v1.2.6 release docs at https://base-apps.github.io/angular-base-apps/v1.2.6

Building this Repo

If you want to work with the source code directly or compile our documentation, follow these steps:

git clone https://github.com/base-apps/angular-base-apps.git
cd angular-base-apps
npm install

While you're working on the code, run:

npm start

This will assemble the templates, static assets, Sass, and JavaScript. You can view the test server at this URL:

http://localhost:8080

The documentation can be viewed at the same URL as above.

Directory Structure

  • build: This is where our documentation is assembled. Don't edit these files directly, as they're overwritten every time you make a change!
  • docs: The Angular Base Apps documentation.
  • scss: The Sass components.
  • js: The Angular modules and directives, and other external libraries.
  • dist: Compiled CSS and JavaScript files, in minified and unminified flavors.
  • tests: Unit tests for the Angular modules.

Versioning

Angular Base Apps follows semver, so we won't introduce breaking changes in minor or patch versions. The master branch will always have the newest changes, so it's not necessarily production ready.

Contributing

We love feedback! Help us find bugs and suggest improvements or new features.

If you find a problem or have an idea, open a new issue on GitHub. When filing a bug report, make sure you specify the browser and operating system you're on, and toss us a screenshot or show us how we can recreate the issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].