2.0.15 • Published 5 years ago

@revas/pupisto v2.0.15

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 years ago

Revas UI

js-standard-style

Libraries, tools and helpers to build Revas Vue applications.

Authentication

You can use the ready authentication Vuex store to build your app.

const authStoreConfig = {
    domain: process.env.VUE_APP_OAUTH_DOMAIN,
    clientID: process.env.VUE_APP_OAUTH_CLIENT_ID,
    redirectUri: process.env.VUE_APP_OAUTH_REDIRECT_URI,
    audience: process.env.VUE_APP_OAUTH_AUDIENCE
}
import { makeAuthStore } from '@revas/ui/vue'

const authStore = makeAuthStore(authStoreConfig)
import Revas from '../../../vue'

Revas.install({}, [], {
  router: {
    default: '/'
  }
})
2.0.15

5 years ago

2.0.14

5 years ago

2.0.13

5 years ago

2.0.12

5 years ago

2.0.11

5 years ago

2.0.10

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago