UI Kit: Argon Design System by Creative-Tim.com - LIVE Demo
- Node.js >= 6.x
- clone the project:
git clone git@github.com:rosoftdeveloper/appseed.git
- change directory to this project:
cd appseed/starter-vue/argon-design-system
- (Optionally) start the backend server starter-express (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.
Open a new issue here. Live support on Discord and Facebook.
Copyright (c) 2018 - present AppSeed.us
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Made with ♥ by AppSeed.us