팀내 Front-end 표준 템플릿 스캐폴딩으로 구성하였으며
개발 패턴 가이드를 위한 To-do 앱 샘플 프로젝트 입니다.
Look at the Nuxt 3 documentation to learn more.
현재 표준 레벨 배포 버전 (since 2024.6.10)
| 대상 | 버전 | 메모 |
|---|---|---|
node |
20.11.1 | Node 프레임워크 |
npm |
10.5.0 | Node 패키지 매니저 |
nuxt3 |
3.11.1 | Nuxt 프레임워크 |
vue3 |
3.4.21 | Vue 프레임워크 |
pinia |
2.1.7 | 상태관리 라이브러리 |
@nuxtjs/i18n |
8.3.1 | 국제화 및 현지화 라이브러리 |
nuxt-security |
2.0.0-rc.6 | OWASP 보안 모듈 |
@nuxt/test-utils |
3.13.1 | vitest nuxt 모듈 |
vitest |
1.6.0 | 테스트 프레임워크 |
vuetify |
3.6.8 | UI 프레임워크 |
eslint |
8.57.0 | 코드 검사 모듈 |
prettier |
3.2.5 | 포맷팅 모듈 |
eslint-plugin-vue |
9.22.0 | vue 코드컨벤션 |
VSCode IDE 사용 권장
Make sure to install the dependencies:
# npm
npm installStart the development server on http://localhost:3000:
# npm
npm run devBuild the application for production:
# npm
npm run buildLocally preview production build:
# npm
npm run previewCheck out the deployment documentation for more information.