Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 389 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 389 Bytes

Netlify Identity Demo in Vuejs

Instroduction

Features:

  • Vue.js 2.x
  • vuex
  • vue-router
  • Netlify Identiy Widget
  • Netlify (hosting)

Upgrade:

  • Vue.js 3.x in 2019
  • Keep upgrading all libraries when neccessary

Project setup

yarn install

For development

yarn serve

For production

yarn build

Lints and fixes files

yarn lint