https://github.com/vicdata4/vue-up
Vue/Nuxt application.
https://github.com/vicdata4/vue-up
Last synced: 20 days ago
JSON representation
Vue/Nuxt application.
- Host: GitHub
- URL: https://github.com/vicdata4/vue-up
- Owner: vicdata4
- Created: 2021-08-08T17:05:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-13T19:07:58.000Z (almost 4 years ago)
- Last Synced: 2025-01-05T07:30:12.576Z (6 months ago)
- Language: Vue
- Homepage: https://vicdata4.github.io/vue-up/
- Size: 881 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## VueUp

## Documentation
For detailed explanation on how the project works, check out [Nuxt.js docs](https://nuxtjs.org).
Also is important to learn about [json-server](https://github.com/typicode/json-server) and [json-server-auth](https://github.com/jeremyben/json-server-auth) libraries to understand the login validation and authentication.
## Quick start
Clone project
```bash
git clone https://github.com/vicdata4/vue-up.git
```
```bash
cd vue-up
```Now, install dependencies
```bash
npm install
```
Run application
```bash
npm run dev
```
Run json-server
```bash
npm run server
```## More
Build for production and launch server
```bash
npm run build
``````bash
npm run start
```Generate static project
```bash
npm run generate
```