question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

docs: how do I use it without nuxt?

See original GitHub issue

As I understood, this library can be used without Nuxt.js(or not?). Because library exposes useful helpers like getAccessorType, useAccessor. So we can create accessors (just a simple proxy) wherever we want? It would be great to add some docs about usage in projects scaffolded with Vue CLI (etc.).

Maybe I am wrong and it can not be used without Nuxt.js? Can you correct me?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
danielroecommented, Nov 4, 2019

@andrewvasilchuk you’d be very welcome to test the current docs and support for using this library without Nuxt: nuxt-typed-vuex@0.1.10-beta.2. 😃

1reaction
andrewvasilchukcommented, Nov 3, 2019

@danielroe, How to create accessor for the store and where to store it? Is it good idea to store it under Vue.prototype.$accessor? How to provide it globally, or better just import it from somewhere like this import { storeAccessor } from '@/store'?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Nuxt - The Intuitive Vue Framework
Build your next Vue.js application with confidence using Nuxt. An open source framework making web development simple and powerful.
Read more >
Plugins directory - Nuxt
Another way to use axios without installing the module is by importing axios direct in the <script> tag. pages/index.vue <script> import axios from...
Read more >
Routing - Nuxt
In other words, all you have to do to have routing in your application is to create .vue files in the pages folder....
Read more >
Built-in Components - Nuxt
The <Nuxt> component is the component you use to display your page components. ... To learn more about keep-alive and keep-alive-props see the...
Read more >
Views - Nuxt
The Views section describes all you need to know to configure data and views for a specific route in your Nuxt Application. Views...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found