Skip to content

stackfing/vuexlearn

Repository files navigation

效果图 效果图

准备

开始之前您需要有 vue 基础,以及安装好 vue-cli

开始

新建 vue 项目:vue init webpack vuexlearn 记住安装的时候需要选择 vue-router

进入 vuexlearn 目录之后安装 vuex: 这里使用 npm 安装 npm install vuex --save 您也可以使用其他方式安装,具体请参考 vuex 官方文档。

在安装好 vuex 之后,您就可以使用 npm run dev 命令运行您的 web 应用了。

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Releases

No releases published

Packages

No packages published