Skip to content

vue-email/docs

Repository files navigation

Nuxt Website

vuemail.net

Welcome to the Vue Email website repository available on vuemail.net.

Nuxt UI Pro

Setup

Make sure to install the dependencies

pnpm install

Copy the .env.example file to .env:

cp .env.example .env

Development

Start the development server:

npm run dev

Production

In order to build the application for production, you need to have a Nuxt UI Pro license and set the NUXT_UI_PRO_LICENSE variable in the .env file.

Note that this is not required to run in development and contribute to the Nuxt website or documentation.

Build the application for production:

npm run generate

License

MIT License