Skip to content

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. Quote from Vuejs

License

Notifications You must be signed in to change notification settings

chainnguyen/boilerplate-vuejs-cms

Repository files navigation

Boilerplate VueJS CMS

Technologies

Project is created with:

  • Node version: >= 16
  • VueJS version: 2.6.14
  • Ant design Vue version: 1.6.2
  • Lodash es version: 4.17.15
  • Moment version: 2.28.0

Setup

yarn | npm install

Create a global .env.{development|staging|production} file from .env.example

.env.development

BASE_URL=./
VUE_APP_API_URL=https://localhost:8080/dev

.env.staging

BASE_URL=./
VUE_APP_API_URL=https://localhost:8080/stag

.env.production

BASE_URL=./
VUE_APP_API_URL=https://localhost:8080/prod

Compiles and hot-reloads for development

yarn serve | npm run serve

Compiles and build each of environments

yarn build:development | npm run build:development
yarn build:staging | npm run build:staging
yarn build:production | npm run build:production

Lints and fixes files

yarn lint | npm run lint

Changelog

See more CHANGELOG.md.

Show your support

Give a ⭐ if you like this website!

License

Copyright by Chain Nguyễn.

About

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web. Quote from Vuejs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published