Skip to content

We are company that delivers innovative solutions, helping our clients achieve competitive advantage.

Notifications You must be signed in to change notification settings

Atomic-IT/Portfolio

Repository files navigation

NuxtStarter


This Nuxt template offers a fully integrated development workflow, designed to streamline your project setup and enhance code quality. Provides everything you need for a fast, reliable, and clean development experience, from local development to production deployment. SSR is also set by default.


    Node

  • First make sure u have installed latest versions of Node.js and npm

  • I recommend use nvm for install latest supported versions of Node.js and npm

nvm use --lts
  • Clone this repository
git clone https://github.com/Atomic-IT/NuxtStarter.git
  • Install modules and run project
npm i
npm run dev




    Docker

  • First make sure u have installed latest versions of Docker

  • Clone this repository

git clone https://github.com/Atomic-IT/NuxtStarter.git
  • Build and run container
docker compose up --build -d



Possible problems:

  • Permission denied while trying to connect to the Docker - It's problem with user permissions, read about post-install actions




  ❓   Usage


  1. npm run dev   -   Nuxt dev

  2. npm run build   -   Nuxt build with pre-render

  3. npm run preview   -   Nuxt preview

  4. npm run postinstall   -   Nuxt postinstall

  5. npm run prepare:husky   -   Husky postinstall

  6. npm run check   -   Prettier check

  7. npm run write   -   Prettier write

  8. npm run lint   -   ESLint check

  9. npm run lint --fix   -   ESLint fix

  10. npm run slint   -   Stylelint check

  11. npm run test   -   Vitests run

  12. npm run test:coverage   -   Vitests run with coverage

  13. npm run test:watch   -   Vitests run with watch changes

  14. npm run typeslint   -   Typeslint check




  🛠️   Tech Stack




About

We are company that delivers innovative solutions, helping our clients achieve competitive advantage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published