mdshohelrana / news-app

News App built with Vue

Home Page:http://manatal-news.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuejs News Application

This is the news website project with vuejs, nodejs, expressjs developed by Vue CLI and visual studio code tools.

This project uses the following technology and tools:

Other tools and technologies used:

Prerequisites

  1. Install Node.js and Install Git
  2. Clone the project from github by git clone https://github.com/mdshohelrana/news-app.git
  3. Install Vue CLI: npm install -g @vue/cli OR yarn global add @vue/cli
  4. From project root folder install all the dependencies: npm i OR yarn install

RUN

  1. npm run server or yarn serve: Browse the application and enjoy it
  2. npm run build or yarn build: Run the project with a production bundle
  3. npm run server or yarn server: Run the node js project if you want to use proxy server
  4. npm run lint or yarn lint: To allow developers to create their own linting rules
  5. npm run test:unit or yarn test:unit: For the unit test of the system

Demo

Click Here

Preview

Preview

Author

About

News App built with Vue

http://manatal-news.netlify.app/


Languages

Language:JavaScript 51.4%Language:Vue 42.6%Language:HTML 5.6%Language:Shell 0.3%