-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
Version
2.4.0
Node and OS info
node 10.8.0 / yarn 1.7.0 / macOS 10.13.6
Steps to reproduce
mkdir testapp
cd testapp
vue init webpack
yarn install
yarn run dev
What is expected?
I expected the generated app to not throw errors and show a generic app placeholder.
What is actually happening?
The http://localhost:8080 browser viewport is blank and the console has an error:
[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.
(found in Root)
Metadata
Metadata
Assignees
Labels
No labels