Skip to content

Iwouldliketobeapig/parcel-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parcel-vue

this is a project of vue 、 parcel and sass

dev

npm run dev

watch

npm run watch

build

npm run build

默认配置

// config/default.js
module.exports = {
  port: 1234, // dev启动端口号
  proxy: {
    target: 'http://172.19.3.186:25001', // dev下代理端口号
    apiVersion: '/api/v2' // 代理端口api版本
  }
}