A simple demo template powered by Vue and Flask.
- Vue
- Flask
- CORS
- sample RESTful api
- TailwindCSS
- Fontawesome
- Lodash
- Install dependencies
# Install python packages
pip install -r requirements.txt
# Install node packages
cd client
yarn install
- Launch api server first
python core.py serve_api --port 9000
- Launch ui server in another command line
python core.py serve_ui
- Visit the url of the ui server