https://github.com/ammarasif-cmd/quotable-quotes
A Simple project generating new quotes with a click. A program built with NUXT.JS and Tailwind.
https://github.com/ammarasif-cmd/quotable-quotes
nuxtjs quotes quotes-application quotes-generator tailwindcss
Last synced: 4 months ago
JSON representation
A Simple project generating new quotes with a click. A program built with NUXT.JS and Tailwind.
- Host: GitHub
- URL: https://github.com/ammarasif-cmd/quotable-quotes
- Owner: AmmarAsif-cmd
- Created: 2021-08-24T08:49:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T09:01:41.000Z (about 4 years ago)
- Last Synced: 2025-02-07T17:38:59.215Z (8 months ago)
- Topics: nuxtjs, quotes, quotes-application, quotes-generator, tailwindcss
- Language: Vue
- Homepage:
- Size: 749 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quotable Quotes
This is a simple program built with NUXT.JS and Tailwind.
Here it is a screenshot of look and feel of the web page.
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```