AbobkerElaghel / the-fifth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the-fifth

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.

Generate Components (Vue js Component Generator )

Here is the steps to create a component :
1- npm install -g vue-generate-component
2- vgc footer -> vue generate component footer. will generate five files 
3- vgc -s home -> will generate single file called home. ** Prefer working with this

Create new component single file inside new folder : vgc -s home --folder
Create new directive: vgc -d my-directive

About


Languages

Language:Vue 55.1%Language:CSS 27.3%Language:JavaScript 10.0%Language:HTML 7.6%