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

technos

v1.7.2

Published

Boilerplate projeto VTEX GTX.

Downloads

25

Readme

GTX Implement

Boilerplate de projeto Vtex GTX

Tabela de conteúdo

Primeiros Passos

Passo 1:

Para iniciar um novo projeto, clone este repositório e substitua o remoto origin inicial com os comandos:

git remote rename origin upstream
git remote add origin ~URL-DO-REPOSITÓRIO~
git remote remove upstream

Passo 2:

Substitua o name, description, storeName, homepage e repository.url no package.json.

Scripts Disponíveis

No diretório do projeto, você pode executar:

npm start

Roda o modo de desenvolvimento da implementação. Abra http://localhost:3000 para ver no browser.

A página recarregará com novas mudanças. Você verá erros do ESLint no browser e warnings no console.

npm run build

Monta o build da implementação, na pasta build, para produção.

Adicionando Stylesheets

Para adicionar stylesheets ao componente, basta importá-lo com import './stylesheet.scss'. O Webpack se encarregará de injetar o css dinamicamente no modo de desenvolvimento. Ao importarmos o componente na etapa de implementação, sua stylesheet será concatenada automaticamente no bundle da implementação.

Pré e Pós-Processamento de CSS

Atualmente, utilizamos o Sass para pré-processamento do css. No pós-processamento, utilizamos o PostCSS apenas para o autoprefixer das propriedades.

Adicionando Imagens e SVG

A importação de Imagens e SVG acontece da mesma forma das stylesheets. Dentro do arquivo .pug, utilize require('arquivo.png'), por exemplo, e o Webpack se encarregará do resto.

######GTX e-Commerce Agency