vuejs 작성중

이상빈·2024년 8월 4일

vuejs 문서 좀... 샘플이 부족하다....

https://vuejs.org/guide/quick-start.html#next-steps
https://vuejs.org/guide/essentials/application.html
https://vuejs.org/tutorial/#step-1
https://vuejs.org/examples/#hello-world

Creating a Vue Application

Building the App

npm run build

Testing the App Locally

npm run preview

Deployment

https://cli.vuejs.org/guide/deployment.html

Single-File Components

API Styles

Text Interpolation

Raw HTML


Attribute Bindings


Dynamically Binding Multiple Attributes

Using JavaScript Expressions

Restricted Globals Access

app.config.globalProperties

Directives

Built-in Directives


Dynamic Arguments

Modifiers

Composition API

Declaring Reactive State

DOM Update Timing

Additional Ref Unwrapping Details

Computed Properties



Form Input Bindings




Modifiers

Lifecycle Hooks

Registering Lifecycle Hooks

Lifecycle Diagram

Watchers

Deep Watchers

Template Refs

Accessing the Refs

Components Basics

Defining a Component

Using a Component

Component Registration

Global Registration

Local Registration

Props

Props Declaration

Prop Passing Details


Prop Validation


Nullable Type

Component Events

Events Validation

Component v-model


v-model arguments


Slots

Plugins


Transition

TransitionGroup

KeepAlive

Teleport

Suspense

Routing

State Management

Production Deployment

Performance

Security

Potential Dangers

Usage in Single-File Components


Typing Component Emits

https://vuejs.org/tutorial/#step-1





https://vuejs.org/examples/#hello-world








profile
앱 개발 노트

0개의 댓글