Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.51 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.51 KB

Vue.js - TypeScript DevContainer Sample

This repository is skelton code of Vue.js & TypeScript IDE using VS Code DevContainer.

How to use

  1. Clone this repository
  2. Open directory with VS Code
  3. "ReOpen in Container" (on VS Code)
    • Wait finishing Docker build.
  4. Initializing vue project (on VS Code Terminal)
    • # vue create .
    • Answer following options.
  5. Run vue project (on VS Code Terminal)
    • # yarn serve (ex. using yarn)
  6. Open http://localhost:8080 in your browser

VS Code plugins