Skip to content

Getting started

Prerequisites

The template is built with Vue, Vite and Bulma CSS. You need to have Node.js LTS installed on your machine. You can use nvm, or Volta.sh, to manage Node.js installation on your machine. We do not recommend using the latest version of Node.js as they might introduce breaking changes and produce unexpected results with underlying dependencies.

INFO

You can also give a try to Bun as an alternative to Node.js.

Verify Node.js installation

You should see the version of Node.js you just installed, it should be at least 20.x.x

bash
node -v

Install pnpm with corepack

Corepack is installed by default with Node.js. It allows you to install package managers globally without polluting your global package space.

bash
corepack prepare pnpm@latest --activate

Verify pnpm installation

You should see the version of pnpm you just installed, it should be at least 9.x.x

bash
pnpm -v

Get your access

Vuero is a premium template sold on ThemeForest. You have to purchase a license to get access to the source. Once you own a license, you will be able to download the source from your ThemeForest account.

You can get your github lifetime access from us, which will allow you to get the latest updates, before they're even released on ThemeForest.

NOTE

Remember to make your repository private if you fork or create a new git repository

Get help from our support team

When purchasing a license, you get access to our integrated support portal up to six months after your order. You can ask questions, send your feedback, report bugs and get help from our support team.

Please read the customer support before asking for help, as it may help you solve your issue faster.

Once your support period is over, we still give you the opportunity to ask questions on our support portal, but we cannot guarantee a response.

In any case, we encourage you to join us on our discord server, where you can find previous answers to common questions and get help from the community. Feel free to share your feedback, ideas and promote your projects!

All Rights Reserved