Skip to content

1805455228/myvue2

Repository files navigation

myvuedemo

利用vue-cli创建 vue前端开发项目

创建项目目录,在该目录下运行一下命令:

vue init webpack

命令运行成功,该目录下会生成vue项目初始化基础文件

项目的运行命令:

npm run dev

A Vue.js project

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 all tests
npm test

运行效果

Image text

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

About

利用VUE-CLI脚手架搭建的简单VUE项目

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors