https://github.com/smitpatelx/snapi_main_web
SNAPI main website
https://github.com/smitpatelx/snapi_main_web
nuxt tailwindcss vuejs vuex webpack
Last synced: 3 months ago
JSON representation
SNAPI main website
- Host: GitHub
- URL: https://github.com/smitpatelx/snapi_main_web
- Owner: smitpatelx
- Created: 2019-07-11T10:02:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-24T14:01:39.000Z (over 6 years ago)
- Last Synced: 2025-04-01T12:51:07.937Z (over 1 year ago)
- Topics: nuxt, tailwindcss, vuejs, vuex, webpack
- Language: Vue
- Homepage: https://snapi.netlify.app/
- Size: 2.21 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt_snapi
> Snapi main website
## 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, checkout [Nuxt.js docs](https://nuxtjs.org).