Edge releases
If you ever want to try the latest commits instead of waiting for the new release, You can use edge release of Anu.
We recommend using official releases always and only use this if you know what you are doing.
Using edge release
Use below values for anu packages in your project's package.json
and run the installation again.
json
{
"dependencies": {
"anu-vue": "npm:anu-vue-edge@latest",
"@anu-vue/nuxt": "npm:@anu-vue/nuxt-edge@latest",
"@anu-vue/preset-theme-default": "npm:@anu-vue/preset-theme-default-edge@latest"
},
}
Congrats! You are now using unreleased changes
INFO
If you are using pnpm package manager and unable to get the latest changes, try removing pnpm store by running pnpm store prune
and then run pnpm install
again.