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

ai-uspa

v0.0.31

Published

5G Agile Network Operation Admin -- 5G 专网运营后台系统

Downloads

34

Readme

anop

5G Agile Network Operation Admin -- 5G 专网运营后台系统

Project setup

npm install

Compiles and hot-reloads for development

npm run serve || npm run dev

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

分支说明

  • master 固定版本分支
  • dev 主开发分支
  • 请注意分支合并规则与 Git 工作流程

编码规范

  • @vue/cli 4.x node>= v10.x
  • 推荐:编辑器 vscode ,插件 Vetur Prettier Eslint GitLens Rainbow-Brackets better-comments (建议 vscode 编辑器一个窗口打开一个工程:保证单个项目的配置文件生效)
  • 对于.vscode 配置 仅在 master 分支作为第一次工程 init 展示,后续各团队自行在分支处理,添 加 .gitignore 或者删除均可,请注意.gitignore中打包dist目录名与outputDir的一致性
  • 遵循 OPRD 前端工程规范,可参考[https://cn.vuejs.org/v2/style-guide/]
  • 该工程图片命名统一使用_连接
  • element-UI 全量引入,尺寸 small,遵循 UI 规范,复用公共样式
  • el-menu 组件仅允许作为大量页面菜单使用(因为样式已被特定处理)
  • components 文件夹下组件统一大写开头,在模板中引用也需大写开头(为的是和 UI 组件本身连字 符使用方式做区分)
  • 所有模块使用路由内滚动 fe-scroll-y,示例参考 temp.vue
  • 所有新增后台接口模块请记得同时配置 config.x.json -API 和 dev.proxy.js
  • vuex 使用 module 模式
  • 页面跳转无特殊情况下全部使用 name 模式,避免使用 route.query 进行参数传递
  • 各团队打包配置请自行添加 build 命令进行环境区分