Coder Social home page Coder Social logo

mail_list's Introduction

mail list

前言

最近在学习vue,就写了一个简易的SPA通讯录项目,该项目用了

  • vue
  • vue-router
  • vuex
  • axios
  • localStorage
  • sessionStorage

写这个项目之前我用vue写过很多小的页面部件,比如选项卡、路由跳转之类的,但毕竟这些涉及的知识是零散的,当系统的学习了之后我就想做一个整体性的项目,一方面巩固知识一方面打通经脉,所以就写了这个通讯录。

目前这个通讯录支持多用户注册,后期还可以用node写一个后台与之交互,我也会一直维护,完善以及优化项目,也会根据需求增添个别功能,学vue的朋友也可以clone下来练练手。

从零出发完成一个SPA。

动图展示

运行项目

# clone项目到本地
git clone https://github.com/windlany/mail_list.git

# 安装项目依赖
npm install

# 将项目部署在localhost:8080,运行一下命令打开浏览器的localhost:8080查看
npm run dev 

2017.12.21

  • vue
  • vue-router
  • localStorage
  • axios

2017.12.23

  • 登录注册界面vuex
  • localStorae
  • axios
  • sessionStorage缓存用户信息以及已登录用户信息
  • 仅支持单用户注册

2017.12.24

  • 完善登录注册界面的vuex
  • localStorage缓存用户信息,sessionStorage缓存当前登录用户信息
  • 支持多用户注册

2018.1.12

  • 添加导航守卫

mail_list's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.