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

vue2-admin-cli

v1.0.4

Published

vue2-admin-cli是vue-admin的cli脚手架工具,支持快速搭建企业级中后台项目模板

Downloads

6

Readme

vue2-admin-cli

vue2-admin-cli 是 vue-admin 的 cli 脚手架工具,支持快速搭建企业级中后台项目模板

Vue2 admin cli is the CLI scaffolding tool of vue2 admin, which supports the rapid construction of enterprise level middle and back office project templates


vue2-admin-cli introduction

install

npm install -g vue2-admin-cli
# or
yarn global add vue2-admin-cli

usage

1.Check the vue2-admin-cli version
vue2-admin-cli upgrade //检查更新版本
2.Set the template mirror
vu2-admin-cli mirror <template_mirror> //设置镜像地址
3.Download template from mirror
vue2-admin-cli template //下载最新模板
4.Create a project based on vue-admin.
vue2-admin-cli init <project_name> // 创建项目

vue-admin introduction

a solution for vue middle or background system(vue 中后台系统解决方案)

github 地址

预览地址

安装运行

1.使用 vue2-admin-cli 脚手架工具下载或克隆项目源码

vue2-admin-cli init <project_name> // 创建项目
or
git clone https://github.com/szqlovepk/vue-admin.git

2.yarn 安装依赖(国内建议增加淘宝镜像源,不然很慢,你懂的 😁) yarn

3.启动项目 yarn serve

4.打包项目

build:qa // qa环境
build:pre // pre环境
build:prod // 线上生产环境

结尾

欢迎和感谢大家 PR~~👏👏 若有问题,可加微信与我进行交流(szq10_04) 😁 😁

如果对你有帮助,给个 star 哟~~❤️❤️❤️❤️