ariefnhidayah / CRUD-Nuxt-JS

This repository is a system CRUD use Nuxt JS as a frontend and Express JS as a REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CRUD NUXT

This repository is a simple CRUD use Nuxt JS and Express JS, and for save data use database Mongo DB.

Pre-Installation

Before you clone this project, you must install NodeJS in your computer. And if you already installed NodeJS. You can clone this project and you can running this repo in your computer.

Copy this script for clone this project

git clone https://github.com/ariefnhidayah/CRUD-Nuxt-JS.git

Installation

Running this script for installation depedency in NodeJS

npm install

Run Project

Running this script for development

npm run dev

Running this script for build this project

npm run build

Running this script for generate static project

npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.

About

This repository is a system CRUD use Nuxt JS as a frontend and Express JS as a REST API


Languages

Language:Vue 56.9%Language:JavaScript 43.1%