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

static-page-starterkit

v1.0.0

Published

정적페이지 Starter kit

Downloads

11

Readme

🛠 STATIC PAGE STARTER KIT Ver.1.1.0

닭잡는데 소잡는칼을 쓸 수 없어서 만들었습니다.(React,Vue 등등..)

정적 페이지를 빨리 구축하기 위한 스타터킷입니다.

배포용은 아니지만 누구나 자유롭게 사용, 변조 가능합니다.

❗️ TIP

  • ES6 문법을 사용할 수 있습니다.
  • SASS(SCSS)를 사용할 수 있습니다.
  • 로컬서버 사용 및 브라우저 자동갱신을 사용할 수 있습니다.(새로고침 안녕👋)
  • ejs를 이용한 html include 문법을 사용할 수 있습니다.

📃 USAGE

1. 해당 패키지 다운로드 후, 루트 디렉토리📁에서 의존성 모듈을 설치합니다.

npm install

2. Folder structure (📁src)

  • views : ejs 확장자를 사용합니다.
    • html include를 사용할 수 있습니다.
    • a태그 사용시 링크에는 .html 확장자를 사용합니다.
        ❌ <a href="./test.ejs">
        ⭕️ <a href="./test.html">
  • styles : scss를 사용할 수 있습니다. sass,scss를 사용하지 않으시면 확장자만 scss로 사용해주세요.
  • js : js파일을 생성해주세요. es6문법 사용가능합니다.
  • inc : include로 사용할 html 컴포넌트를 생성하여 사용합니다. ejs 확장자를 사용합니다.
  • lib : 외부 라이브러리 js 파일
  • assets : 이미지,동영상 등등

3. npm run gaeng 혹은 gulp 명령어로 로컬서버를 실행합니다.

//NPM
npm run gaeng

//YARN
yarn gaeng

//gulp
gulp

4. 빌드 명령어는 따로 없습니다. 작업 후 dist 폴더의 파일들을 배포에 사용해주세요.

HISTORY

| Date | history | Version | |------------|-----------|-----------| | 2019-07-19 | 최초 배포 | Ver 1.0.0 | | 2019-07-24 | 1. ejs 추가| Ver 1.1.0 | | | 2. ejs,scss 컴파일 에러시 notify 추가| |

Copyright 2019 . Kyeonggeun Cho All rights reserved