Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 465 Bytes

readme.md

File metadata and controls

18 lines (11 loc) · 465 Bytes

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: './',
}