Skip to content

shionit/vuejs-devcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vue.js - TypeScript DevContainer Sample

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published