young508 / vue_supermall_1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

super_mall

Project setup

npm install

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.

命令相关

vue

  • vue create names
  • npm install vue-router --save

git

  • git init
  • git status
  • git add .
  • git commit -m 'desc'
  • git remote add origin url.git
  • git push -u origin master

About


Languages

Language:Vue 86.8%Language:JavaScript 8.5%Language:CSS 3.0%Language:HTML 1.7%