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

ved

v0.0.3

Published

VED - feed front end === * verlocity template support * html export * auto generate doc * proxy reverse server * deploy to server by ftp/sftp * some more utils

Downloads

4

Readme

FED - The Front-End Develop Kitchen

FED 是一个前端开发环境,供前端编写简单的后台接口,以调试开发页面; 前端可以在此环境下,使用真实的URL访问地址访问,并可嫁接于其它服务器调试页面(调试线上代码), 可以写页面模板代码并使用测试数据调试输出,最终可生成文档。

FED 试图重新划分项目开发中前后端分工,明确各开发范围,提高项目并行开发效率,降低前后端开发的耦合度;同时为前端开发提供了可测的工具平台,使之在无后端实现情况下也可模拟后端接口及数据,测试页面功能。

Build Status

Features

  • 支持FreeMarker模板引擎
  • 支持标准的HTTP请求方法及返回数据格式
  • 支持less、coffee文件的实时编译
  • 可自动重启应用最新代码
  • 插件机制扩展,满足大部分扩展需求

Quick Start

  1. 创建文件夹:
$> mkdir vedProj
$> cd vedProj
  1. 下载安装FED:
$> npm install -g ved
  1. COPY一份配置文件 "vedProj/FED/configs/index.json", 修改

  2. 启动服务:

$> ved server -w -p 8910 ./configs/index.json

注:ved server时必须指定配置文件~!

当修改mock文件时,FED会自动重启应用更新。

Documentation

更多的使用说明请移步 【WIKI】, 文档会不定时更新。

同时,如果有任何问题请到【issues】给我提issue,我会尽快处理并答复的。

Contributing

点右上角fork按钮

Test

> npm test

Bitdeli Badge