Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 402 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 402 Bytes

Vue starter project for Code App

To start, run these commands in the terminal:

npm i
npm run dev

To preview the project, open Safari in split view and visit localhost:8080.

Supported commands:

"scripts": {
  "dev": "webpack s --mode development --port 8080", // Start dev server
  "build": "webpack b --mode production" // Build for production
}