https://github.com/hacknug/nuxt-boilerplate
https://github.com/hacknug/nuxt-boilerplate
boilerplate i18n nuxt nuxt-i18n nuxtjs vue vue2 vuejs vuejs2
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hacknug/nuxt-boilerplate
- Owner: hacknug
- Created: 2021-05-25T18:49:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T14:57:07.000Z (7 months ago)
- Last Synced: 2025-04-06T12:09:48.047Z (7 months ago)
- Topics: boilerplate, i18n, nuxt, nuxt-i18n, nuxtjs, vue, vue2, vuejs, vuejs2
- Language: JavaScript
- Homepage: https://boilerplate-nuxt.netlify.app/
- Size: 8.06 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
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).