Giter Site home page Giter Site logo

lib's Introduction

Lib

Conjunto de librerías para aplicaciones basadas en AngularJS y Bootstrap, que incluye -entre otras-:

Prerequisitos

npm install -g bower
  • Instalar grunt
npm install -g grunt-cli

Cómo compilar

  1. Crear una nueva carpeta y navegar hasta ella
md lib
cd lib
  1. Clonar (descargar) el repositorio
git clone https://github.com/hospitalneuquen/lib.git
  1. Instalar dependencias de Node
npm install
  1. Instalar dependencias de Bower
bower install

Si surgen problemas al instalar estas dependencias, leer http://stackoverflow.com/questions/15669091/bower-install-using-only-https

  1. Compilar la librería
grunt

Cómo realizar cambios

Si se realizan cambios en los archivos .less o .js puede utilizarse la tarea watch para facilitar la compilación:

grunt watch

Generar documentación

Documentar los componentes Angular utilizando ng-doc.

La primera vez preparar el proyecto:

cd docs
bower install

cd docs
bower install
npm install

Compilar con gulp:

cd docs\docs
gulp

Para facilitar las tareas de documentación puede iniciarse un servidor local que utiliza BrowserSync:

cd docs\docs
gulp docs:serve

lib's People

Contributors

manouman avatar

Watchers

James Cloos avatar  avatar Ana avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.