Skip to content

Spring Boot+MyBatis+Vue博客系统

Notifications You must be signed in to change notification settings

kqyhappy/GuaCyBlog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GuaCyBlog

GuaCy-Blog

By Lcy & Zxy

Vue

vue create xxx
vue init webpack xxx
cd xxx
npm run dev
vue add element (添加 element,一个 element 风格的 UI 框架)
cnpm install axios (安装 axios,用于网络请求)
cnpm install vuex --save(安装 Vuex,用于管理状态)
cnpm install vue-router (安装 路由,用于实现两个 Vue 页面的跳转)

样式表要下载的东西

npm install stylus -D
npm install stylus-loader css-loader style-loader --save-dev

Git

$ git add .
$ git commit -m "XXX"
$ git push -u origin master

About

Spring Boot+MyBatis+Vue博客系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 48.3%
  • Java 30.3%
  • HTML 9.7%
  • CSS 9.1%
  • JavaScript 2.6%