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

No exports to be imported in SPAs? #16

Open
rutwick-alic opened this issue May 31, 2021 · 2 comments
Open

No exports to be imported in SPAs? #16

rutwick-alic opened this issue May 31, 2021 · 2 comments

Comments

@rutwick-alic
Copy link

I want to import Biri in a Vuejs project, however I don't think there is an export that can be imported as an ES6 module. How do I use it without having to resort to refer to the absolute node_modules path? Require does not work.

@alfupe
Copy link

alfupe commented Sep 6, 2021

import biri from 'biri';?

@tofikabdullayev
Copy link

import * as biri from 'biri';

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

No branches or pull requests

3 participants