Akryum / Akryum/vueconf-2017-demo

Broken build, vue-cli removed build command in 2.9

Ouverte
#2 2 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
enhancement
Langage dominant
Vue
Étoiles
78
Forks
15
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

Hi,

I'm starting learning Apollo and it's integration in VueJS, thanks for your work !
There's a small problem to build the project : the recent vue-cli 2.9 version removed the build command and advice to use Poi (https://github.com/egoist/poi)

A temporary fix is to install vue-cli 2.8.2 in project dev dependencies :
````
npm install -D vue-cli@2.8
````

And use project vue-cli in package.json scripts :
````
"scripts": {
"dev": "./node_modules/.bin/vue build src/index.js --config config.js",
"build": "./node_modules/.bin/vue build src/index.js --config config.js --prod"
}
````

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.