Skip to content

44021987/vue-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app

A Vue.js project

很久之前的入门项目,今天突然想起就稍微优化了一下下。很简单的几个页面,麻雀虽小但是五脏还是俱全,如果你是新手从第一次commit开始跟着做,一定没有问题。优化了axios和其他一些小地方,结构因为只有几个页面所有暂且没有动。如果错误,欢迎指正交流。没有用到vuex,有时间做下优化,增加vuex的使用。

技术栈

  • vue2
  • vue-router
  • axios
  • element-ui

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

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