vuejs-templates / simple

The simplest possible Vue setup in a single HTML file
271 stars 226 forks source link

Strange slashes #6

Closed dmitry-kurmanov closed 7 years ago

dmitry-kurmanov commented 7 years ago

Why do we need these slashes? http://joxi.ru/Vm6RdpziJ54DmZ

chrisvfritz commented 7 years ago

It tells the vue-cli template compiler not to parse these as mustache tags when creating a new project. They do not appear in the generated project.

dmitry-kurmanov commented 7 years ago

I understand it thanks. I just copy simple/template/index.html without vue-cli.