项目作者: VisionYi

项目描述 :
The F2E 挑戰 - todoList
高级语言: Vue
项目地址: git://github.com/VisionYi/F2E-todoList.git
创建时间: 2018-06-10T18:32:49Z
项目社区:https://github.com/VisionYi/F2E-todoList

开源协议:

下载


The F2E Challenge - todoList

專案使用的技術

  • Vue、Vuex
  • SCSS
  • LocalStorage
  • 完全手刻切版

開發專案使用指令

  1. # 初始化專案
  2. npm install
  3. # 開啟 vue server
  4. npm run server
  5. # 建置發布的資料 dist
  6. npm run build
  7. # 自動佈署到 Github Page 上
  8. npm run deploy

學習筆記 & 心得

這裡放置在我的部落格文章中: The F2E 挑戰之學習筆記 - TodoList