Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

vuex-cli

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuex-cli

快速搭建 vuex/vuejs 应用脚手架。

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

一个 vuex 应用脚手架。

 _   _                        _____  _     _____
| | | |                      /  __ \| |   |_   _|
| | | |_   _  _____  ________| /  \/| |     | |
| | | | | | |/ _ \ \/ /______| |    | |     | |
\ \_/ / |_| |  __/>  <       | \__/\| |_____| |_
 \___/ \__,_|\___/_/\_\       \____/\_____/\___/

更新日志

  • 2016.07.27 集成webpack 配置服务
    • 启动webpack开发服务 vuex serve
    • 编译代码 vuex compile

使用

npm i vuex-cli -g        // 安装 vuex-cli 到全局
vuex new <project name>  // 创建一个 新的 vuex 项目
vuex init           


// 开始生成component/routes/tests
//(g 为 generate 的别名)
vuex g component SimpleButton

备注

本项目基于redux-cli创建。该项目借鉴了 ember-cliblueprints来作为脚手架工具。

初始化的项目基于Vue Vuex Starter Kit构建

Keywords

vuex

FAQs

Package last updated on 01 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts