Look at the Nuxt 3 documentation to learn more.
The project structure is taken directly from the Nuxt 3 guide and this template streamlines the set up process.
There is additional documentation in the project files (.vue,.js,.ts)
Make sure to install the dependencies:
# npm
npm install
Add in the following content. As an example:
TEST_KEY=
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.
- Tailwind
- SCSS
SCSS is not really needed and the Tailwind docs recommend not using it