/news-feed

Sample news feed application build with Vue 3

Primary LanguageVue

Build and Test

Posty

News feed application built with Vue 3 , Vue router & Vuex

Features

  • Search by author, title or body
  • Sort by order
  • Edit a news post

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run End-to-End Tests with Cypress

npm run test:e2e

Lint with ESLint

npm run lint