Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hacknug/nuxt-boilerplate
https://github.com/hacknug/nuxt-boilerplate
boilerplate i18n nuxt nuxt-i18n nuxtjs vue vue2 vuejs vuejs2
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hacknug/nuxt-boilerplate
- Owner: hacknug
- Created: 2021-05-25T18:49:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T09:12:14.000Z (about 2 months ago)
- Last Synced: 2024-10-14T10:53:36.237Z (about 1 month ago)
- Topics: boilerplate, i18n, nuxt, nuxt-i18n, nuxtjs, vue, vue2, vuejs, vuejs2
- Language: JavaScript
- Homepage: https://boilerplate-nuxt.netlify.app/
- Size: 4.41 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# btm-frontend
## 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).