Apri1221 / fe-parkir

Home Page:https://demo.dindingdigital.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuxt JS + Tailwind CSS + ESLint Boilerplate
Nest Logo Nest Logo Nest Logo

Features

This is a Nuxt JS + Tailwind CSS boilerplate code with preconfigured libraries and packages with the following features:

Setup Guide

Be aware that you might have to add BASE_URL to your environment variable in case you build for production.

API Installation

This boilerplate fetch data from tfd-nest-boilerplate. Make sure you install the server and run it. Here is the easy step to install the server ( Make sure you have docker installed) :

$ git clone https://github.com/tfd-ed/tfd-nest-boilerplate.git
cd tfd-nest-boilerplate
cp .env.example .env # or copy .env.example .env on Windows
docker-compose up -d

Client Installation

$ git clone https://github.com/tfd-ed/tfd-nuxt-tailwind-boilerplate
$ cd tfd-nuxt-tailwind-boilerplate
$ yarn install
$ yarn dev

Visit http://localhost:3000/

Production Guide

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

About

https://demo.dindingdigital.com/

License:GNU General Public License v3.0


Languages

Language:Vue 69.8%Language:JavaScript 29.0%Language:CSS 1.2%