https://github.com/app-generator/vuejs-argon-design-system
Vuejs Argon Design - Built with Automation Tools | AppSeed App Generator
https://github.com/app-generator/vuejs-argon-design-system
app-generator appseed argon-design full-stack vuejs
Last synced: 3 months ago
JSON representation
Vuejs Argon Design - Built with Automation Tools | AppSeed App Generator
- Host: GitHub
- URL: https://github.com/app-generator/vuejs-argon-design-system
- Owner: app-generator
- Created: 2019-06-08T04:35:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T12:14:03.000Z (almost 6 years ago)
- Last Synced: 2025-03-11T05:55:56.198Z (4 months ago)
- Topics: app-generator, appseed, argon-design, full-stack, vuejs
- Language: Vue
- Homepage: https://appseed.us/apps/argon-design-system
- Size: 3.71 MB
- Stars: 37
- Watchers: 5
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# [Vuejs Argon Design System](https://appseed.us/apps/argon-design-system)
Vue.js App enhanced with JWT Authentication. Can be used with [Express](https://github.com/app-generator/express-starter), [Flask](https://github.com/app-generator/flask-starter) or [Laravel](https://github.com/app-generator/laravel-starter). Read more on [AppSeed](https://appseed.us/apps/argon-design-system).

## Requirements
- [Node.js](https://nodejs.org/) >= 6.x
## Setting up for development
- clone the project: `git clone https://github.com/app-generator/vuejs-argon-design-system.git`
- change directory to `vuejs-argon-design-system`
- (Optionally) start the [Express](https://github.com/app-generator/express-starter/blob/master/README.md) backend server (default ip/port: `locahost:3000`)
- Default backend URL `http://127.0.0.1:3000`. This can be overwritten by updating the file: `src/views/Login.vue`
## Scripts
**Install Modules**
```bash
$ npm i
$ npm install -g serve # (optionally)
```**Run**
* `npm run serve` to start the app. Visit [localhost:8080](http://localhost:8080) in your browser. The `default port 8080` can be overwritten by updating the `package.json`, line with `serve` attribute: `vue-cli-service serve --port 8080`**Production Build**
* `npm run build` - build the app in `dist` directory**Test the production build**
`serve -s dist` - and visit [localhost:8080](http://localhost:8080) in your browser. You should see this [app](https://vuejs.appseed.us) running.
## Support
For issues and features request, use **Github** or access the [support page](https://appseed.us/support) provided by **AppSeed**
---
[Vuejs Argon Design System](https://appseed.us/apps/argon-design-system) provided by **AppSeed**