Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahardikakdenie/lms-app
https://github.com/mahardikakdenie/lms-app
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahardikakdenie/lms-app
- Owner: mahardikakdenie
- License: mit
- Created: 2023-08-25T16:45:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-26T03:30:22.000Z (over 1 year ago)
- Last Synced: 2023-08-26T06:29:49.753Z (over 1 year ago)
- Language: Vue
- Homepage: https://lms-app-zeta.vercel.app
- Size: 6.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# NEFA Landing Page
Free landing page template built using Nuxt 2 and Tailwindcss 3
> [LIVE DEMO](https://nefa.vercel.app/)
![Thumbnail](assets/img/thumbnail.jpg)
## Project Structure
.
├── assets
│ ├── css
│ └── img
├── components
│ └── base
├── layouts
├── mixins
├── pages
├── plugins
├── static
├── README.md
├── nuxt.config.js
├── package.json
└── tailwind.config.js## Getting Started
```bash
# clone this repository or click 'use this template' button
$ git clone https://github.com/RSurya99/nefa.git# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```Use it for learn, but please don’t republish, redistribute, or resell the template.
Code by [rsurya99](https://github.com/rsurya99)
UI/UX by [irvanmoses](https://www.facebook.com/irvan.moses)