Vue.js App enhanced with JWT Authentication. Can be used with Express, Flask or Laravel. Read more on AppSeed.
- Node.js >= 6.x
- 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 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
Install Modules
$ npm i
$ npm install -g serve # (optionally)
Run
npm run serve
to start the app. Visit localhost:8080 in your browser. Thedefault port 8080
can be overwritten by updating thepackage.json
, line withserve
attribute:vue-cli-service serve --port 8080
Production Build
npm run build
- build the app indist
directory
Test the production build
serve -s dist
- and visit localhost:8080 in your browser. You should see this app running.
For issues and features request, use Github or access the support page provided by AppSeed
Vuejs Argon Design System provided by AppSeed