Skip to content

marios-tsigkas/UsersVue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Users vue (users-vue)

A base app with users based on Vue, Typescript, Quasar, Cypress, Vitest, Github Actions and Firebase Deploy after every commit on google firebase hosting at https://my-project-users-300618.web.app/ with the help of Github Actions

Install the dependencies

pnpm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

pnpm run dev

Lint the files

pnpm run lint

Build the app for production

pnpm run build

Commit with a new device

  1. create ssh keys https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
  2. git config --global gpg.format ssh
  3. git config --global user.signingkey C:\Users\mario.ssh\id_XXXX.pub
  4. Add the .pub data to https://github.com/settings/keys as signing key
  5. Auto sign all commits
git config --global commit.gpgsign true
git config --global tag.gpgSign true
  1. open the local dev tool's console, you’ll see: AppCheck debug token: "123a4567-b89c-12d3-e456-789012345678". In the App Check section of the Firebase console, choose Manage debug tokens from your app's overflow menu. Then, register the debug token in the previous step. https://firebase.google.com/docs/app-check/web/debug-provider#localhost

About

A base app with users based on Vue, Typescript, Quasar, Cypress, Vitest, Github Actions and Firebase

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors