Skip to content

一款基于Vue开发的webAPP,用于社交、发布图片,高质量的社交空间。

Notifications You must be signed in to change notification settings

weitingGao/visionApp

Repository files navigation

visionapp

a app name newVision (一款基于Vue开发的webAPP,用于社交、发布图片,高质量的社交空间。)

搭建vue-cli脚手架

第一步:全局安装vue-cli sudo npm install vue-cli -g

第二步:初始化一个项目 vue init webpack-simple projectName

第三步:把文件切换到初始化的项目中 cd projectName

第四步:安装依赖 npm install 当然也可以用淘宝镜像cnpm来安装,这样快很多 cnpm install

第五步:运行 npm run dev

完成一个初始化vue项目

新安装的东西

npm i vuex --s

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

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

About

一款基于Vue开发的webAPP,用于社交、发布图片,高质量的社交空间。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published