https://github.com/matildevoldsen/lara-vue-frontend
https://github.com/matildevoldsen/lara-vue-frontend
nuxtjs tailwindcss vue vuejs
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/matildevoldsen/lara-vue-frontend
- Owner: Matildevoldsen
- Created: 2021-04-08T14:39:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T15:09:50.000Z (about 5 years ago)
- Last Synced: 2025-02-17T05:43:59.788Z (over 1 year ago)
- Topics: nuxtjs, tailwindcss, vue, vuejs
- Language: Vue
- Homepage:
- Size: 2.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frontend
## Build Setup
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).