https://github.com/unisharp/unisharp.com
https://github.com/unisharp/unisharp.com
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unisharp/unisharp.com
- Owner: UniSharp
- License: mit
- Created: 2018-05-24T16:07:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T19:40:49.000Z (almost 8 years ago)
- Last Synced: 2025-06-20T03:09:07.536Z (about 1 year ago)
- Language: Vue
- Size: 5.25 MB
- Stars: 1
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unisharp
> Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).