nova
A small and production ready Web Component Framework
파일 탐색기
최종 버전 다운로드 (.zip)- blanket.min.js
- mocha-blanket.js
- .bower.json
- bower.json
- chai.js
- CONTRIBUTING.md
- History.md
- karma.conf.js
- karma.sauce.js
- package.json
- README.md
- ReleaseNotes.md
- sauce.browsers.js
- logo.svg
- .bower.json
- .editorconfig
- .mailmap
- bower.json
- CONTRIBUTING.md
- HISTORY.md
- LICENSE
- mocha.css
- mocha.js
- README.md
- test.js
- core.js
- event.js
- fake_server.js
- fake_server_with_clock.js
- fake_timers.js
- fake_xdomain_request.js
- fake_xml_http_request.js
- timers_ie.js
- xdr_ie.js
- xhr_ie.js
- assert.js
- behavior.js
- call.js
- collection.js
- extend.js
- format.js
- log_error.js
- match.js
- mock.js
- sandbox.js
- spy.js
- stub.js
- test.js
- test_case.js
- times_in_words.js
- typeOf.js
- sinon.js
- ci-test.sh
- issues-test.js
- event-test.js
- fake-server-test.js
- fake-server-with-clock-test.js
- fake-timers-test.js
- fake-xdomain-request-test.js
- fake-xml-http-request-test.js
- assert-test.js
- buster-packaged.js
- buster.js
- call-test.js
- collection-test.js
- extend-test.js
- format-test.js
- hello-world-test.js
- log-error-test.js
- match-test.js
- mock-test.js
- sandbox-test.js
- sinon-test.js
- spy-test.js
- stub-test.js
- test-case-test.js
- test-helper.js
- test-test.js
- times-in-words-test.js
- typeOf-test.js
- .bower.json
- .editorconfig
- .gitignore
- .jscsrc
- .travis.yml
- AUTHORS
- build
- Changelog.txt
- CONTRIBUTING.md
- LICENSE
- package.json
- README.md
- RELEASE.md
- release.sh
- sinon.js
- Promise.browserify-es6.js
- Promise.js
- array.js
- flow.js
- fold.js
- inspect.js
- iterate.js
- progress.js
- timed.js
- unhandledRejection.js
- with.js
- apply.js
- env.js
- format.js
- liftAll.js
- makePromise.js
- Promise.js
- Scheduler.js
- state.js
- TimeoutError.js
- console.js
- ConsoleReporter.js
- error.js
- PromiseMonitor.js
- function.js
- list.js
- .bower.json
- bower.json
- callbacks.js
- cancelable.js
- delay.js
- function.js
- generator.js
- guard.js
- keys.js
- LICENSE.txt
- monitor.js
- node.js
- package.json
- parallel.js
- pipeline.js
- poll.js
- sequence.js
- timeout.js
- unfold.js
- when.js
- nova.js
- nova_dev.js
- nova_polyfills.js
- my-inner.html
- my-inner.js
- my-wrap.html
- my-wrap.js
- test-if.html
- test-if.js
- test-repeat.html
- test-repeat.js
- test-template.html
- test-template.js
- main.html
- main.js
- doT.js
- main.html
- main.js
- highlight.pack.js
- main.html
- main.js
- marked.js
- main.html
- main.js
- main.html
- main.js
- main.js
- document-register-element.js
- es6-map-shim.js
- require_nova.js
- main.js
- main.js
- main2.js
- main.js
- case_map.js
- css_parse.js
- initial.js
- lifecycle.js
- umd_wrap.js
- utils.js
- annotation.js
- annotation_parser.js
- bind.js
- bind_behaviors.js
- expression.js
- expression_evaluator.js
- expression_parser.js
- template_behavior.js
- aspect_behavior.js
- base.js
- event_behavior.js
- nova_bootstrap.js
- nova_dev.js
- nova_static_dev.js
- nova_static_lifecycle.js
- properties_behavior.js
- style.js
- style_behavior.js
- template_behavior.bak.js
- template_behavior.js
- main.html
- main.js
- main.html
- main.js
- main.html
- main.js
- case_map.js
- css_parse.js
- initial.js
- utils.js
- expression_evaluator.js
- expression_parser.js
- template_behavior.js
- aspect_behavior.js
- base.js
- event_behavior.js
- nova_bootstrap.js
- nova_dev.js
- nova_static_dev.js
- nova_static_lifecycle.js
- properties_behavior.js
- style.js
- style_behavior.js
- aspect.js
- base.js
- event.js
- index.html
- properties.js
- style.js
- template.js
- .gitignore
- gulpfile.js
- index.html
- package.json
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/melonHuang/nova
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd nova
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
cd bower_components/chai
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
