Skip to content

yzydev/vue-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}

About

Vue starter project for Code App

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published