ui-material-components

(★ 233)

Monorepo that contains all of the NativeScript Material Design plugins.

  • .classpath
  • .gitignore
  • .gitmodules
  • .npmrc
  • .prettierignore
  • .prettierrc.js
  • .project
  • .yarnrc.yml
  • build.gradle
  • CHANGELOG.md
  • config.json
  • demo-ng
  • demo-react
  • demo-svelte
  • demo-vue
  • demo-vue3
  • eslint.config.mjs
  • header.md
  • info.md
  • lerna.json
  • LICENSE
  • package.json
  • pnpm-workspace.yaml
  • README.md
  • references.d.ts
  • svelte.config.js
  • tools
  • tsconfig.json
  • tsconfig.vue3.json
  • yarn.lock

# 설치 가이드

1. 코드 내려받기
git clone https://github.com/nativescript-community/ui-material-components

깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.

cd ui-material-components

방금 내려받은 프로젝트 폴더 안으로 이동합니다.

2. Gradle (Java/Kotlin)

보통 추천
사전 준비물
  • Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
  • JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
  • Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
./gradlew build

Gradle로 빌드를 진행합니다.

BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.

3. Node.js

쉬움
사전 준비물
  • Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
  • Node.js npm 명령어를 쓰려면 Node.js가 설치되어 있어야 합니다. LTS(장기지원) 버전을 추천합니다.
[![npm](https://img.shields.io/npm/v/@nativescript-community/ui-material-activityindicator.svg)](https://www.npmjs.com/package/@nativescript-community/ui-material-activityindicator)

이 명령어를 터미널에 그대로 입력해 실행하세요.

[![npm](https://img.shields.io/npm/dt/@nativescript-community/ui-material-activityindicator.svg?label=npm%20downloads)](https://www.npmjs.com/package/@nativescript-community/ui-material-activityindicator)

이 명령어를 터미널에 그대로 입력해 실행하세요.

[![npm](https://img.shields.io/npm/v/@nativescript-community/ui-material-bottom-navigation.svg)](https://www.npmjs.com/package/@nativescript-community/ui-material-bottom-navigation)

이 명령어를 터미널에 그대로 입력해 실행하세요.

[![npm](https://img.shields.io/npm/dt/@nativescript-community/ui-material-bottom-navigation.svg?label=npm%20downloads)](https://www.npmjs.com/package/@nativescript-community/ui-material-bottom-navigation)

이 명령어를 터미널에 그대로 입력해 실행하세요.

1. Installed the `react-nativescript` npm module.

이 명령어를 터미널에 그대로 입력해 실행하세요.

명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.

이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.

// repository documentation