Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 2.72 KB

File metadata and controls

49 lines (34 loc) · 2.72 KB

Vue.js / Vuex Starter

UI Kit: Argon Design System by Creative-Tim.com - LIVE Demo

Requirements

Setting up for development

  • 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

Scripts

Install Modules

$ npm i
$ npm install -g serve # (optionally) 

Run

  • npm run serve to start the app. Visit 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 in your browser. You should see this app running.

Support

Open a new issue here. Live support on Discord and Facebook.

MIT License

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