https://github.com/whizjs/netlify-identity-demo-vue
a demo in Vue.js for Netlify Identity Widget which is awesome
https://github.com/whizjs/netlify-identity-demo-vue
netlify-identity
Last synced: 6 months ago
JSON representation
a demo in Vue.js for Netlify Identity Widget which is awesome
- Host: GitHub
- URL: https://github.com/whizjs/netlify-identity-demo-vue
- Owner: whizjs
- Created: 2018-12-04T02:47:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T04:14:30.000Z (about 2 years ago)
- Last Synced: 2024-08-04T09:09:33.245Z (10 months ago)
- Topics: netlify-identity
- Language: Vue
- Homepage: https://netlify-identity-demo-vue.netlify.com/
- Size: 94.7 KB
- Stars: 46
- Watchers: 3
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```