Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firelayer/landing-template
Firelayer Template - Landing (Nuxt.js Website)
https://github.com/firelayer/landing-template
boilerplate firebase firelayer landing nuxt template vue vuetify
Last synced: about 2 hours ago
JSON representation
Firelayer Template - Landing (Nuxt.js Website)
- Host: GitHub
- URL: https://github.com/firelayer/landing-template
- Owner: firelayer
- License: mit
- Created: 2020-05-11T08:17:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T14:36:48.000Z (over 3 years ago)
- Last Synced: 2024-05-20T17:23:45.107Z (6 months ago)
- Topics: boilerplate, firebase, firelayer, landing, nuxt, template, vue, vuetify
- Language: Vue
- Homepage: https://firelayer-starter-template.web.app
- Size: 1.3 MB
- Stars: 23
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Landing [https://firelayer-starter-template.web.app](https://firelayer-starter-template.web.app)
### Firelayer Documentation
[Documentation Website](https://firelayer.io/docs)
## Installation Guide
You can use an existing Firebase project or create a new project on the [Firebase Console](https://console.firebase.google.com).Follow the guide on preparing a Firebase project for Firelayer
**[Setting up Firebase - Guide](https://firelayer.io/docs/setting-up-firebase)**#### Starting in a new project
```sh
firelayer init new-project -t landing
```#### Adding to a current firelayer project
```sh
firelayer add:template landing
```### Quick Start
> After InstallTo start run **`yarn dev`** or **`npm run dev`** and the three applications should be ready on:
- Landing - http://localhost:8080
> ports may change if already in use by other services## Content
#### [`apps/landing` Landing Page](/apps/landing/README.md)
- Sign In, register, verify email and reset password
- User Dashboard
- Localization
- Vue with Nuxt & Vuetify Components## Development
Landing template is organized as a monorepo using [Lerna](https://lerna.js.org/) and yarn workspaces. Useful scripts include:
#### `yarn bootstrap`
> Installs package dependencies and links packages together - using lerna and yarn workspaces#### `yarn build`
> Cleans the previous builds and starts building on all sub packages - using lerna run build#### `yarn dev`
> Starts the dev mode on all sub packages - using lerna run dev## License
Firelayer is open-sourced software licensed under the [MIT license](https://github.com/firelayer/firelayer/blob/master/LICENSE).