M
M
myskypesla2017-03-26 14:06:42
Vue.js
myskypesla, 2017-03-26 14:06:42

Why is the project not starting?

There is a test project .
runtime error and won't start anymore.
Tell me what's the problem? Surely someone has come across...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Bogachev, 2017-03-26
@myskypesla

845 dependencies.... ah-ah-ah-ah! as?! why?! where is this world going?
Calm, only calm...
You get the following 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)
which, as it were, hints that a simple solution would be to include a Vue assembly with a built-in compiler for templates. It is in the appropriate package in dist/vue.js .
Those. you instead of doing this: do this: Everything works. Only black letters on a black background are not visible. PS: if you are just trying out Vue, I advise you to look at the assembly with webpack, oddly enough, it is much simpler and more obvious (but this is IMHO, you may not agree).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question