Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tenpines-material-components

Package Overview
Dependencies
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tenpines-material-components

10pines version of materialize components adapted to ember

  • 0.4.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

tenpines-material-components

This README outlines the details of collaborating on this Ember addon.

Installation

  • git clone <repository-url> this repository
  • cd tenpines-material-components
  • npm install

Running

  • ember serve
  • Visit your app at http://localhost:4200.

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

IMPORTANTE v0.3.0

  • Materialize como dependencia npm
    Como cambiamos la dependencia para ir dejando de usar bower, al usar la version 0.3.0 en adelante hay que modificar las referencias a su ubicacion en bower y reemplazarlas por npm
  1. En el bower.json hay que quitar la linea de Materialize
  2. En el package.json agregar "materialize-css": "0.100.2"
  3. Limpiar las dependencias de bower prune
  4. Instalar npm install

IMPORTANTE v0.2.0

A partir de esta versión tenemos que agregar materialize a mano en lso proyetos que usen esta dependencia. Para eso tenemos que agregar esta línea en app.scss

@import "../../node_modules/tenpines-material-components/app/styles/app";

Esa línea se debería incluir arriba de todo, para evitar que materialize pise cosas indeseadas.

Keywords

FAQs

Package last updated on 02 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc