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

haoue

v1.1.0

Published

hao123团队基于fis3的vue开发脚手架

Downloads

10

Readme

hao123基于fis3构建vue开发的脚手架

该脚手架基于fis3构建vue单文件开发

目录规范

假设当前项目名称为your-project,该文件夹下包含一下基本的目录

  • src 该目录中为整个项目的业务代码以下是改目录下的建议规范
  • node_modules
  • fis-conf.js(必须) 具体配置参见fis-conf配置
  • package.json(必须) 建议自己项目下安装的各种包,包括dependences 和devDependences都添加到这里面,方便别人运行项目

plugins目录插件解释

该目录的插件均遵守fis3插件开发规范,具体规范可参考fis3插件开发

  • fis3-prepackager-hao123femap 该插件修改fis3默认产出的map,在smrty插件的配合下使其支持对公共模块的引用
  • fis3-prepackager-hao123feautopack 以页面为单位进行资源分析,自动生成fis3-packager-map需要的pack参数,参考her的autopack插件
  • fis3-packager-map fis3的打包插件,为配合fis3-prepackager-hao123feautopack插件做了一点点修改

安装方法

npm i haoue -g 
cd your-project
hue release

建议安装haoue到全局目录,然后进入到你的项目下面,执行release命令 具体命令参数参考fis3 提醒 项目目录要遵循上述目录规范