Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkshi/nuxt-clean-app
Nuxt.js clean application + scss boilerplate + axios api wrapper + vuex boilerplate and api module + vue common components
https://github.com/gkshi/nuxt-clean-app
boilerplate clean clean-architecture clean-code nuxt nuxtjs project vue vuejs
Last synced: 1 day ago
JSON representation
Nuxt.js clean application + scss boilerplate + axios api wrapper + vuex boilerplate and api module + vue common components
- Host: GitHub
- URL: https://github.com/gkshi/nuxt-clean-app
- Owner: gkshi
- Created: 2020-06-17T10:24:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-05T19:21:45.000Z (over 2 years ago)
- Last Synced: 2024-10-17T19:00:43.922Z (19 days ago)
- Topics: boilerplate, clean, clean-architecture, clean-code, nuxt, nuxtjs, project, vue, vuejs
- Language: SCSS
- Homepage:
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# hearthstone
## 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).