Skip to content

igronus/vue-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-start

Here is ready to clone vue.js project made with vue-cli tool.

usage

Before building install node.js modules with npm install command. After that just run npm run build to get ready to deploy dist folder.

configuration

To change project settings define them in vue.config.js file. For example, changing default baseUrl option from '/' to './':

module.exports = {
  baseUrl: './',
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published