Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viniciuscosta89/nuxtjs-template-landing-page
A template for a landing page made with NuxtJS
https://github.com/viniciuscosta89/nuxtjs-template-landing-page
Last synced: about 4 hours ago
JSON representation
A template for a landing page made with NuxtJS
- Host: GitHub
- URL: https://github.com/viniciuscosta89/nuxtjs-template-landing-page
- Owner: viniciuscosta89
- Created: 2019-12-04T01:40:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T15:53:39.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T03:37:17.308Z (over 1 year ago)
- Language: Vue
- Size: 3.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# baressp
> Template estático
## 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).