hnhtag / vuesterplate

Vue boilerplate - Vue 2, Vuetify, Vue-router, Firebase, Axios

Home Page:https://vuesterplate.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vuesterplate

Vue boilerplate - Vue 2, Vuetify, Vue-router, Firebase, Axios - DEMO

Releases

See CHANGELOG. See all releases

Project setup

Clone this boilerplate

git clone https://github.com/hnhtag/vuesterplate.git my-app

Remove original git remote

cd my-app
git remote -v
git remote rm origin

Add your own remote

git remote add origin https://github.com/username/your-repo.git

Install dependencies

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Vue boilerplate - Vue 2, Vuetify, Vue-router, Firebase, Axios

https://vuesterplate.netlify.app/


Languages

Language:Vue 78.6%Language:JavaScript 15.4%Language:HTML 6.0%