Skip to content

femakin/Neo-Demo-PostgREST-DigitalOcean-App

Repository files navigation

Neon-Vue-DigitalOcean-Demo-Project

Welcome to the Neon-Vue-DigitalOcean-Demo-Project! This app showcases the power of Vue, DigitalOcean, and Neon for database management.

Technologies Used

Getting Started

Clone the Repository

First, clone this repository to your local machine:

git clone https://github.com/femakin/Neo-Demo-PostgREST-DigitalOcean-App

cd Neo-Demo-PostgREST-DigitalOcean-App

Install Dependencies Navigate to the project directory and install the necessary dependencies:

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Run Unit Tests with Vitest

npm run test:unit

Run End-to-End Tests with Cypress

npm run test:e2e:dev

This runs the end-to-end tests against the Vite development server. It is much faster than the production build.

But it's still recommended to test the production build with test:e2e before deploying (e.g. in CI environments):

npm run build
npm run test:e2e

Lint with ESLint

npm run lint

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published