vue-tabs
Project setup
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
Posted on July 30, 2019
Today I want to share with you and easy way to build a simple tab system using VueJS.
As a starter I am using Vue/cli 3
for installing vue-cli:
npm i -g @vue/cli
for creating a new project:
vue create <project-name>
for running the project:
cd <project-name>
npm run serve
npm install
npm run serve
npm run build
npm run test
npm run lint
Posted on July 30, 2019
Sign up to receive the latest update from our blog.