TsuiYolanda / devcontainer-vue-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Dockerfile 100.0%