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

Can you create a new release tag? #39

Open
Quasarman opened this issue Sep 4, 2022 · 1 comment
Open

Can you create a new release tag? #39

Quasarman opened this issue Sep 4, 2022 · 1 comment

Comments

@Quasarman
Copy link

Hello @LeCoupa,

I am using the vueflags assets in a project of mine and would very much like to automate the checkout process.
While it is possible to specify a commit an checkout from there the nicer approach would be to reference a release tag.
It is pretty simple to create a new release tag from the github page for others to reference it: https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository

Would you be so kind and create a release tag?

@lupodellasleppa
Copy link

lupodellasleppa commented Jun 18, 2024

hey @Quasarman, I saw your comment here as well. Did you get this library to work with Quasar?

This is what I have in my boot file:

// boot/flags.ts
import { boot } from 'quasar/wrappers';
import VueFlags from '@growthbunker/vueflags';

export default boot(({ app }) => {
  app.use(VueFlags);
});

and of course I am loading it in the 'plugins' section of the quasar.conf.js file

Thanks!

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

2 participants