4.1.0 • Published 5 years ago
yogalive-yogis v4.1.0
Yogalive Yogis V4
Stack: (Vite + Vue3 + Typescript)
Install
- Clone the project
Login to the Github Packages Registry
Run
npm login -registry=https://npm.pkg.github.com -scope=@yogaliveUse your github email and for the password, you'll need to generate a new Personal Access Token from Github.
1. Go to Github > Profile > Settings > Developer Settings > Personal Access Tokens 2. Generate a new one and set permissions to read:packages.
Install dependancies
yarnRun local server
yarn dev
On delivery update
- Copy everything except
img,scssto thepublic/staticfolder - Copy
imgto thesrc/assets/and overwrite if different Update the
@yogalive/assetspackage:Copy
pluginscontent to thepackages/assets/pluginsonly if new plugins were added !P.S: we're using a newer version of
fontawesome, so avoid replacing that.P.S2: Feel free to strip down plugin files that we're not using
Copy
scsscontent to thepackages/assets/scssCommit the changes and run
yarn releaseUpdate the
@yogalive/assetspackage version in this project's package.json.
Recommended IDE Setup
VSCode + Vetur. Make sure to open the project using the workspace file
4.1.0
5 years ago