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

emiya

v1.6.0

Published

精简, 小巧的、用于构建js应用程序的脚手架工具。

Downloads

30

Readme

Emiya

精简, 小巧的、用于构建js应用程序的脚手架工具。

0. Emiya是什么?

一个用于创建js项目的脚手架工具。

1. Emiya使用说明

1. 安装

  1. 切换淘宝镜像(推荐)
npm install -g cnpm --registry=https://registry.npm.taobao.org
  1. 安装Emiya
cnpm i emiya -g // or npm i emiya -g

2. 使用 - web app

  1. 简介

emiya-spa-template

  1. 创建工程
emiya -w my-project 
  1. 进入工程
cd my-project
  1. 安装依赖
npm i
  1. 调试 & 开发
npm run dev
  1. 打包
npm run build

2.5. 使用 - node app

  1. 简介

emiya-node-template

  1. 创建工程
emiya -n my-project 
  1. 进入工程
cd my-project
  1. 安装依赖
npm i
  1. 调试 & 开发
npm run dev
  1. 运行
npm run start

2.7. 使用 - vue app

  1. 简介

emiya-vue-template

  1. 创建工程
emiya -v my-project 
  1. 进入工程
cd my-project
  1. 安装依赖
npm i
  1. 调试 & 开发
npm run dev
  1. 打包
npm run build

2.9. 使用 - multiple page web app

  1. 简介

emiya-multiple-template

  1. 创建工程
emiya -m my-project
  1. 进入工程
cd my-project
  1. 安装依赖
npm i
  1. 调试 & 开发
npm run dev
  1. 打包
npm run build

3.0. 使用 - Component Starter

  1. 简介

emiya-pkg-template

  1. 创建工程
emiya -p Dialog
  1. 进入工程
cd Dialog
  1. 安装依赖
npm i
  1. 创建一个Component
npm run create // 依据选项创建
  1. 开发
npm run dev
  1. 打包
npm run build

4.0. 使用 - UI Test Starter

  1. 简介

emiya-test-template

  1. 创建工程
emiya -t UITest
  1. 进入工程
cd UITest
  1. 安装依赖
sh launch.sh
  1. 录制一个Test Case
npm run record // 依据选项创建
  1. 回放Test Case
npm run replay

* 更新日志

  • 1.0.0 - 创建项目
  • 1.0.1 - 更新README.md
  • 1.0.2 - 更新package.json
  • 1.1.0 - 增加eslint, 增加postcss-loader
  • 1.2.1 - 增加node脚手架模板
  • 1.3.0 - 增加vue模板
  • 1.4.0 - 增加multiple page模板
  • 1.5.0 - 增加Package(Component) starter模板
  • 1.5.1 - bug fixed (output error)
  • 1.6.0 - 增加UI Test模板

Emiya

英灵卫宫[Emiya], TYPE-MOON的游戏作品及相关动画《Fate》系列中的人物, 第五次圣杯战争时由远坂凛召唤出的Servant, 职阶是Archer。

emiya