npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

moschino-ccss16

v1.2.4

Published

Moschino's Capsule Collection Spring Summer 2016 package

Downloads

10

Readme

Moschino


#Sinossi In questo repository trovi tutti i sorgenti per il progetto della Capsule collection Spring Summer 2016. Il progetto è online dal 10 Settembre 2015.


Uso

Questo progetto viene gestito tramite Gulp, un manager di automazione dei task, e RequireJS, un manager di moduli e file.

Per cominciare ad utilizzare Gulp, segui queste linee guida.

All'interno del file gulpfile.js trovi due task principali che puoi avviare da shell (gulp nometask):

  • default: è il task che esporta tutti i file CSS, JS e HTML pronti per la produzione online
  • watch: è il task che ascolta le modifiche dei file in fase di sviluppo e le prepara per poterle testare e debuggare in locale. Se sei pratico di livereload, usalo per ricaricare in tempo reale le modifiche in Chrome. Per far ciò, nel file gulpfile.js, devi modificare la variabile baseUrl, presente alla riga 3, inserendo l'url che usi in locale per navigare il progetto

npm

Puoi installare questo progetto sulla tua macchina via npm, avviando da shell il comando "npm moschino-ccss16". In questo modo verranno automaticamente scaricate le dipendenze necessarie per gulp.


Struttura di cartelle e file

Questo progetto segue la seguente struttura di cartelle e file:

  • build:

    • js: in questa cartella trovi il file app.js che devi caricare nel file HTML e rappresenta l'applicazione con tutte le sue logiche e meccaniche. Il file viene generato dai sorgenti presenti in dev/js
    • css: in questa cartella trovi i CSS compilati dai sorgenti SASS presenti in dev/css
    • html: questa cartella contiene i file HTML, che sono la copia di quelli presenti in dev/html ma con percorsi già predisposti per il go-live
  • dev:

    • css: in questa cartella trovi i file sorgenti scritti in SASS e che verranno compilati in build/css. I file con prefisso "_" vengono importati da common.scss e quickbuy.scss
    • js: in questa cartella trovi i file sorgenti su cui lavorare in fase di sviluppo. Il file da cui parte l'applicazione è in dev/js/bootstrap-dev.js
    • html: questa cartella contiene i file HTML che verranno ottimizzati e esportati nella root del progetto, per poter lavorare in locale
  • node_modules: in questa cartella trovi tutte le dipendenze, installate via npm necessarie per i task definiti in gulpfile.js

  • static: in questa cartella trovi file che non hanno bisogno di essere elaborati via gulp o require.

    • css: in questa cartella trovi eventuali font aggiuntivi
    • gfx: in questa cartella trovi tutti gli assets grafici del progetto
    • js:
      • contents: in questa cartella ci sono i file js che contengono gli oggetti JSON dei contenuti
      • framework: in questa cartella trovi i file che vengono caricati autonomamente nei file HTML
      • plugins: in questa cartella trovi un plugin che comunica a chi usa vecchi browser di fare un update del browser. Deve essere caricato autonomamente nell'HTML perché altrimenti non funziona
    • templates: sono i file HTML caricati via ajax e automaticamente compilati via HandlebarsJS
  • README.md: sono io! :)