Skip to content

kulthuzad-cn/VueProject-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VueProject-01

A Vue.js/express test project

整个项目分为两个部分

1.由vue.js编写的前台及路由部分

2.由Express&Node.js编写的后台api部分

整个项目需要两个服务服务启动如下

Build Setup--->Vue

# install dependencies
cd vue-spa-01
npm install

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

# build for production with minification
npm run build

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

Express Start--->Express

# install dependencise
cd express-server-01
npm install

#serve with hot reload at localhost:8886
cd bin
node www

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published