Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running vue-cli for the first time #4821

Closed
siempay opened this issue Jan 31, 2017 · 1 comment
Closed

running vue-cli for the first time #4821

siempay opened this issue Jan 31, 2017 · 1 comment

Comments

@siempay
Copy link

siempay commented Jan 31, 2017

Vue.js version

2.0.2

Reproduction Link

Steps to reproduce

$ npm install -g vue-cli
$ vue init webpack my-project
$ cd my-project
$ npm install
$ npm run dev

What is Expected?

expect to see the page of vue-cli in my browser

What is actually happening?

localhost/:3 Uncaught SyntaxError: Unexpected token import at Object.<anonymous> (app.js:696) at __webpack_require__ (app.js:556) at fn (app.js:87) at Object.<anonymous> (app.js:587) at __webpack_require__ (app.js:556) at app.js:579 at app.js:582

@posva
Copy link
Member

posva commented Jan 31, 2017

vuejs/vue-cli#318

@posva posva closed this as completed Jan 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants