This repository is skelton code of Vue.js & TypeScript IDE using VS Code DevContainer.
- Clone this repository
- Open directory with VS Code
- "ReOpen in Container" (on VS Code)
- Wait finishing Docker build.
- Initializing vue project (on VS Code Terminal)
# vue create .
- Answer following options.
- Run vue project (on VS Code Terminal)
# yarn serve
(ex. using yarn)
- Open http://localhost:8080 in your browser