mithril.js
멋진 애플리케이션을 구축하기 위한 JavaScript 프레임워크
파일 탐색기
최종 버전 다운로드 (.zip)- 1-core.yml
- 2-stream.yml
- config.yml
- issue-create.yml
- notify-release.yml
- pr-create-release.yml
- publish-prerelease.yml
- push-release.yml
- rollback.yml
- test.yml
- CODEOWNERS
- dependabot.yml
- PULL_REQUEST_TEMPLATE.md
- test-mountRedraw.js
- test-router.js
- test-routerGetSet.js
- mount-redraw.js
- router.js
- code-of-conduct.md
- contributing.md
- credits.md
- recent-changes.md
- releasing.md
- test-buildPathname.js
- test-compileTemplate.js
- test-parsePathname.js
- build.js
- compileTemplate.js
- parse.js
- index.html
- test-perf.js
- test-buildQueryString.js
- test-parseQueryString.js
- build.js
- parse.js
- case-handling.html
- iframe.html
- index.html
- minlength-input.html
- minlength-textarea.html
- .eslintrc.js
- test-attributes.js
- test-component.js
- test-createElement.js
- test-createFragment.js
- test-createHTML.js
- test-createNodes.js
- test-createText.js
- test-domFor.js
- test-event.js
- test-fragment.js
- test-hyperscript.js
- test-input.js
- test-normalize.js
- test-normalizeChildren.js
- test-normalizeComponentChildren.js
- test-onbeforeremove.js
- test-onbeforeupdate.js
- test-oncreate.js
- test-oninit.js
- test-onremove.js
- test-onupdate.js
- test-render-hyperscript-integration.js
- test-render.js
- test-textContent.js
- test-trust.js
- test-updateElement.js
- test-updateFragment.js
- test-updateHTML.js
- test-updateNodes.js
- test-updateNodesFuzzer.js
- test-updateText.js
- cachedAttrsIsStaticMap.js
- delayedRemoval.js
- domFor.js
- emptyAttrs.js
- fragment.js
- hyperscript.js
- hyperscriptVnode.js
- render.js
- trust.js
- vnode.js
- test-request.js
- request.js
- test-bundler.js
- .eslintrc.js
- _bundler-impl.js
- bundler-readme.md
- bundler.js
- minify-stream.js
- set-versioned-branch.sh
- test-scan.js
- test-scanMerge.js
- test-stream.js
- stream.js
- stream.min.js
- test-browserMock.js
- test-callAsync.js
- test-components.js
- test-domMock.js
- test-parseURL.js
- test-pushStateMock.js
- test-throttleMock.js
- test-xhrMock.js
- browserMock.js
- callAsync.js
- components.js
- domMock.js
- parseURL.js
- pushStateMock.js
- throttleMock.js
- xhrMock.js
- test-api.js
- test-censor.js
- test-decodeURIComponentSafe.js
- censor.js
- decodeURIComponentSafe.js
- hasOwn.js
- .deploy.enc
- .editorconfig
- .eslintignore
- .eslintrc.js
- .gitattributes
- .gitignore
- .npmignore
- browser.js
- hyperscript.js
- index.js
- LICENSE
- mithril.js
- mithril.min.js
- mount-redraw.js
- mount.js
- package-lock.json
- package.json
- README.md
- redraw.js
- render.js
- request.js
- route.js
- stream.js
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/MithrilJS/mithril.js
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd mithril.js
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
<script src="https://cdn.jsdelivr.net/npm/mithril/mithril.js"></script>
이 명령어를 터미널에 그대로 입력해 실행하세요.
<script src="https://cdn.jsdelivr.net/npm/mithril/mithril.min.js"></script>
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm install mithril --save
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
$ npm install @types/mithril --save-dev
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
