Basic news website built using VueJS and NodeJS. This is a rewrite of the previous React and AngularJS versions of this project.
npm install
npm run build-dev
npm run build
npm run lint
cd $MYPROJECT_DIR/api
npm install
npm run start-server
Basic news website built using VueJS and NodeJS. This is a rewrite of the previous React and AngularJS versions of this project.
npm install
npm run build-dev
npm run build
npm run lint
cd $MYPROJECT_DIR/api
npm install
npm run start-server