vue.js 홈페이지 홈페이지 한글화 프로젝트입니다.
hexo를 기반으로 만들어져 있습니다.
한글화에 대한 내용은 src
폴더에 마크다운 기반으로 되어있습니다. 오역이나 어색한 부분이 있으면 언제든지 풀리퀘스트를 해주세요
- Installation
- Getting Started
- Overview
- The Vue Instance
- Data Binding Syntax
- Computed Properties
- Class and Style Bindings
- Conditional Rendering
- List Rendering
- Methods and Event Handling
- Form Input Bindings
- Transitions
- Components
- Reactivity in Depth
- Custom Directives
- Custom Filters
- Mixins
- Plugins
- Building Large-Scale Apps
- Comparison with Other Frameworks
- Examples
- Other
- Review
- API
- Examples
- Other
- Installation
- Getting Started
- Overview
- The Vue Instance
- Data Binding Syntax
- Computed Properties
- Class and Style Bindings
- Conditional Rendering
- List Rendering
- Methods and Event Handling
- Form Input Bindings
- Transitions
- Components
- Reactivity in Depth
- Custom Directives
- Custom Filters
- Mixins
- Plugins
- Building Large-Scale Apps
- Comparison with Other Frameworks
- API
- Examples
- Other
본 프로젝트를 클론 하신 후 아래의 안내에 따라 개발용 서버를 실행하시면 됩니다.
주소는 localhost:4000
입니다.
$ npm install -g hexo-cli
$ npm install
$ hexo server