Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aprilahijriyan/zemfrog-nuxtjs-tailwindcss
This is the nuxtjs frontend for the zemfrog framework.
https://github.com/aprilahijriyan/zemfrog-nuxtjs-tailwindcss
nuxtjs tailwindcss zemfrog
Last synced: 9 days ago
JSON representation
This is the nuxtjs frontend for the zemfrog framework.
- Host: GitHub
- URL: https://github.com/aprilahijriyan/zemfrog-nuxtjs-tailwindcss
- Owner: aprilahijriyan
- Created: 2020-12-19T03:25:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T09:47:25.000Z (over 3 years ago)
- Last Synced: 2024-05-02T03:13:25.168Z (6 months ago)
- Topics: nuxtjs, tailwindcss, zemfrog
- Language: Vue
- Homepage: https://zemfrog-nuxtjs-tailwindcss.vercel.app/login
- Size: 1.54 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zemfrog NuxtJS + Tailwind CSS
This is the nuxtjs + tailwindcss frontend for the [zemfrog](https://github.com/zemfrog/zemfrog) framework.
This includes login, register, password reset & account confirmation pages.## Build Setup
```bash
# 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
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).