Skip to content

JipSterk/Vue-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-template

To Get Started

Use Visual Studio Code's built in terminal (powershell) by pressing (CTRL + `), to use the following commands

  • yarn to install the npm dependencies required for the project
  • yarn upgrade --latest to upgrade the packages to their latest versions
  • yarn start to compile and run the code
  • yarn start:prod to compile and run the code in production mode
  • yarn build to compile and build the code
  • yarn build:prod to compile and build the code in production mode

this will open a new window in Chrome

  • or open preferred browser and browse to http://localhost:3000

Debugging

  • Pressing F5 in Visual Studio Code will give you an option to select an environment
  • select Chrome this will generate a .vscode folder at the root of your directory
  • Change url in to 3000 (default debugging port)
  • for added debug support please download Vue.js devtools from the chrome store

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published