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

treevue-syj

v1.1.10

Published

``` npm run serve(运行) npm run build(打包) npm run lib(组件模式) ```

Downloads

3

Readme

长沙长笛龙吟开发

项目运行

npm run serve(运行)
npm run build(打包)
npm run lib(组件模式)

VSCODE插件安装

(配置框架引入插件包):

  • Vetur
  • AutoCloseTag
  • AutoRenameTag
  • JavaScript(ES6)codesnippets
  • PathIntellisense
  • vuevscodesnippets
  • HTMLCSSSupport
  • Beautify
  • vue
  • vueVScodesnoppets
  • vuexsuggest

vue全局选用

(配置框架引入插件包):

  • vuecil:配置包(整体使用双ui库,vantui(移动端),element(pc端),跨域vue-axios)
  • vantui文档:https://youzan.github.io/vant/#/zh-CN/
  • element文档:http://element-cn.eleme.io/#/zh-CN
  • node.js版本12.1.4
  • vue版本4.1.1
  • 已配置生产变量,npmrunbuild打包后uni可直接封装安卓app包

请求与跨域

本项目使用axios进行跨域请求,

跨域配置文件:axios.js.(请求头跨域配置) 跨域反代理配置:vue.config.js(配置反代理与serve服务操作)

CSS样式规范(颜色,大小,媒体查询)

全局CSS配置:scss编译

CSS颜色命名规范:

颜色规范:变量命名全局颜色(文字,背景,边框),修改位置:src\style\Mannerism.scss 文字(color-wz加数字,例color-wz1color-wz2), 背景(color-bg加数字,例color-bg1color-bg2) 边框(color-box加数字,例color-box1color-box2)。

CSS大小规范:

大小规范:变量命名全局大小(文字,背景,边框),修改位置:src\style\Mannerism.scss 文字(size-wz加数字,例size-wz1color-wz2), 背景(size-bg加数字,例size-bg1color-bg2) 边框(size-box加数字,例size-box1color-box2)。

布局

整体选用弹性布局。参考文档https://www.runoob.com/w3cnote/flex-grammar.html 修改位置:src\style\style.scs: 命名:.dis(弹性布局初始)dis-a(元素均有分布)等,具体看文件

动画

动画采用animate类库 格式:<divclass="boxanimatedfadeInLeft">

淡入淡出

淡入(fadeIn)

|fadeInDown:向下淡入| fadeInDownBig:向下快速淡入| fadeInLeft:向右淡入| fadeInLeftBig:向右快速淡入| |--|--|--| |fadeInRight:向左淡入|fadeInRightBig:向左快速淡入| fadeInUp:向上淡入|fadeInUpBig:向上快速淡入|

淡出(fadeOut)

| fadeOutDown:向下淡出| fadeOutDownBig:向下快速淡出| fadeOutLeft:向左淡出| fadeOutLeftBig:向左快速淡出| |--|--|--| | adeOutRight:向右淡出|   fadeOutRightBig:向右快速淡出|  fadeOutUp:向上淡出| fadeOutUpBig:向上快速淡出|

弹跳类(bounce)

弹跳进入( bounceIn)

| bounceInDown:向下弹跳进入|  bounceInLeft:向右弹跳进入| |--|--|--| |  bounceInRight:向左弹跳进入| bounceInUp:向上弹跳进入|  

弹跳退出( bounceOut)

| bounceOutDown:向下弹跳退出|    bounceOutLeft:向左弹跳退出| |--|--|--| |    bounceOutRight:向右弹跳退出| bounceOutUp:向上弹跳退出|  

缩放类(zoom)

放大进入(zoomIn)

| zoomInDown:向下放大进入|    zoomInLeft:向右放大进入| |--|--|--| | zoomInRight:向左放大进入|   zoomInUp:向上放大进入| 

缩小退出( zoomOut)

| zoomOutDown:向下缩小退出|   zoomOutLeft:向左缩小退出| |--|--|--| | zoomOutRight:向右缩小退出|   zoomOutUp:向上缩小退出  | 

旋转类(rotate)

顺时针旋转进入(rotateIn)

| rotateInDownLeft:从左往下旋入|    rotateInDownRight:从右往下旋入| |--|--|--| | rotateInUpLeft:从左往上旋入|  rotateInUpRight:从右往上旋入 | 

顺时针旋转退出(rotateOut)

| rotateOutDownLeft:向左下旋出|   rotateOutDownRight:向右下旋出| |--|--|--| | rotateOutUpLeft:向左上旋出| rotateOutUpRight:向右上旋出   | 

翻转类(flip)

| flipInX:水平翻转进入|  flipInY:垂直翻转进入| |--|--|--| | flipOutX:水平翻转退出| flipOutY:垂直翻转退出    | 

强调类(strong)

|  title:强调类| bounce:弹跳| rubberBand:橡皮筋 |shake:左右弱晃动| wobble:左右强晃动| |--|--|--| | flash:闪烁|  pulse:脉冲  | swing:上下摆动|  swing:上下摆动| tada:缩放摆动|jello:拉伸抖动  |

GitforWindows国内下载站

GitforWindows.国内直接从官网(http://git-scm.com/download/win)下载比较困难,需要翻墙。这里提供一个国内的下载站,方便网友下载 找不到想要的版本?您可以访问淘宝NPM的GitforWindows索引页以下载更多版本。Thelatest(v2.24.1)versionofGitforWindowswasreleasedon2019-12-6.

v2.24.1(2019-12-06)

v2.23.0(2019-08-17)

v2.22.0(2019-06-08)

Compilesandhot-reloadsfordevelopment

yarnserve

Compilesandminifiesforproduction

yarnbuild

Customizeconfiguration

See[ConfigurationReference](https://cli.vuejs.org/config/).