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-vue3-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate Vue3 CMS

Technologies

Project is created with:

  • Node version: >= 14.18
  • Vite version: 4.0.0
  • VueJS version: 3.2.45
  • TypeScript version: 4.9.3
  • 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

VITE_ROUTER_BASE=/
VITE_AXIOS_BASE_URL=https://localhost:8080/dev

.env.staging

VITE_ROUTER_BASE=/
VITE_AXIOS_BASE_URL=https://localhost:8080/stag

.env.production

VITE_ROUTER_BASE=/
VITE_AXIOS_BASE_URL=https://localhost:8080/prod

Compiles and hot-reloads for development

yarn dev | npm run dev

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

Commit guide and changelog

See more COMMIT_GUIDE.md and CHANGELOG.md.

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