chainnguyen / boilerplate-vuejs-cms

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Vue 47.5%Language:JavaScript 37.7%Language:SCSS 13.5%Language:HTML 1.2%Language:Shell 0.1%