https://github.com/fumeapp/example
rich example with tailwindcss and typescript
https://github.com/fumeapp/example
Last synced: 7 months ago
JSON representation
rich example with tailwindcss and typescript
- Host: GitHub
- URL: https://github.com/fumeapp/example
- Owner: fumeapp
- Created: 2021-01-17T09:50:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T23:14:11.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T03:17:06.052Z (9 months ago)
- Language: Vue
- Size: 1.19 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fume-example
## 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).