dionisvl / learn.js.vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-world

Project setup

npm install
//connect vue router:
npm install vue-router -S

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

как сделать с нуля:

npm install -g @vue/cli
vue create hello-world
npm install vue-router //Настройка роутера VUE JS

About


Languages

Language:Vue 62.7%Language:JavaScript 20.1%Language:HTML 17.2%