nuxt-naiveui
Unofficial Naive UI module for Nuxt
파일 탐색기
최종 버전 다운로드 (.zip)- playwright.yml
- config.ts
- naive-color-mode-switch.md
- naive-config.md
- naive-icon.md
- naive-layout-navbar.md
- naive-layout-sidebar.md
- naive-navbar.md
- naive-tabbar.md
- useNaiveColorMode.md
- useNaiveDevice.md
- useNaiveForm.md
- useNaiveLoadingBar.md
- useNaiveNotification.md
- introduction.md
- setup.md
- logo.svg
- v2.md
- index.md
- tailwind-css.md
- index.ts
- .editorconfig
- .eslintignore
- .eslintrc
- .gitignore
- .npmrc
- nitro.config.ts
- package-lock.json
- package.json
- README.md
- tsconfig.json
- select.vue
- Provided.vue
- color-mode.vue
- layout-navbar.vue
- layout-sidebar.vue
- navbar.vue
- tabbar.vue
- forced.vue
- index.vue
- index.vue
- other.vue
- device.vue
- feedback.vue
- form.vue
- icon.vue
- index.vue
- show.vue
- app.vue
- favicon.ico
- nuxt.config.ts
- package.json
- tsconfig.json
- index.ts
- utils.ts
- style.css
- NaiveDrawerToggle.vue
- NaiveColorModeSwitch.vue
- NaiveConfig.vue
- NaiveConfigStatic.vue
- NaiveDrawerLink.client.vue
- NaiveIcon.vue
- NaiveIconOffline.vue
- NaiveLayoutNavbar.vue
- NaiveLayoutSidebar.vue
- NaiveLoadingBar.client.vue
- NaiveMenuLink.vue
- NaiveNavbar.vue
- NaiveNotification.client.vue
- NaiveTabbar.vue
- useNaiveColorMode.ts
- useNaiveDevice.ts
- useNaiveForm.ts
- useNaiveLoadingBar.ts
- useNaiveNotification.ts
- colorMode.ts
- naive.server.ts
- bar-scale.html
- cube-rotate-scale.html
- dot-bounce.html
- dot-chase.html
- dot-rotate-scale.html
- dot-rotate.html
- dot-scale.html
- plane-fold.html
- plane-rotate.html
- plane-wave.html
- pulse.html
- dark.ts
- light.ts
- merge.ts
- mobileOrTablet.ts
- index.ts
- antd.ts
- index.ts
- tailwindcss.ts
- module.ts
- index.ts
- color-mode.spec.ts
- device.spec.ts
- feedback.spec.ts
- icon.spec.ts
- navigation.spec.ts
- .editorconfig
- .gitattributes
- .gitignore
- .npmrc
- .nuxtrc
- CHANGELOG.md
- eslint.config.js
- LICENSE
- package.json
- playwright.config.ts
- README.md
- tsconfig.json
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/becem-gharbi/nuxt-naiveui
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd nuxt-naiveui
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install --save-dev @bg-dev/nuxt-naiveui
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn add --dev @bg-dev/nuxt-naiveui
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn dev:prepare
개발/실행 서버를 켭니다.
yarn dev
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
