Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project example #17

Open
wesssel opened this issue Aug 16, 2018 · 4 comments
Open

Project example #17

wesssel opened this issue Aug 16, 2018 · 4 comments
Labels
docs documentation related

Comments

@wesssel
Copy link

wesssel commented Aug 16, 2018

Hi Vuse team,

I really like your project but I think the docs are not that clear.

Your example project looks great. Is it possible to publish this code?
This would be helpful to understand how to set up the project properly.

I am currently facing a problem while setting up Vuse in a Nuxt project:

// plugins/vuse.js
import Vue from 'vue'
import Builder from 'vuse'

Vue.use(Builder)

export default ({ app }) => {
  app.builder = new Builder({
    isEditing: true,
  })
}

Error: [Vue warn]: Unknown custom element: <b-builder> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

@logaretm
Copy link
Contributor

You can find the full demo located in the demo directory. The docs currently are lacking in so many ways. This project is still a WIP and we haven't found the time to properly document its API since it is subject to change at any time.

I will try find time to properly document this project around next week and maybe publish a roadmap, thanks for taking interest in this project.

@logaretm logaretm added the docs documentation related label Aug 17, 2018
@betacar
Copy link

betacar commented Nov 9, 2018

I have the same exact problem as this.

@akiraz2
Copy link

akiraz2 commented Nov 15, 2018

Can you add demo page to docs?
I just want to see without installing

@alaevka
Copy link

alaevka commented Nov 20, 2018

  • need workin example as in docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs documentation related
Projects
None yet
Development

No branches or pull requests

5 participants