An open API service indexing awesome lists of open source software.

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

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
```