https://github.com/kxxoling/featurerequest
A sample app built with Vue.js and Flask.
https://github.com/kxxoling/featurerequest
Last synced: 6 months ago
JSON representation
A sample app built with Vue.js and Flask.
- Host: GitHub
- URL: https://github.com/kxxoling/featurerequest
- Owner: kxxoling
- Created: 2016-08-27T11:42:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-27T11:46:11.000Z (about 9 years ago)
- Last Synced: 2025-02-05T08:13:47.029Z (8 months ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
===============
Feature Request
===============A sample app built with Vue.js and Flask with a lot of plugins
to satisfy the demand of `IntuitiveWebSolutions/EngineeringMidLevel `__.Installation
============Assume you already have node.js, npm, python and pip installed.
Install frontend app requirements::
npm install
Install backend app requirements::
pip install -r requirements/dev.pip
Start a dev server
==================Start node server::
npm run dev
Start Flask app::
python manage.py runserver
Then open `127.0.0.1:8080 `__ in your browser.
Otherwise you could run `npm run build` to compile the frontend to statics
and start the Flask app alone. Then you can open `127.0.0.1:5000 `__
in browser.