Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 644 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 644 Bytes

TS-Vue-Vuex-Antd Start Framework

npm install -g @vue/cli  # choose typescript and unchoose babel
vue create ts-demo
cd ts-demo
vue add ant-design

How to use

  1. npm run fe-serve
  2. open another terminal, run npm run s-start
  3. open http://localhost:8080

Project setup

npm install

Compiles and hot-reloads for front-end development

npm run fe-serve

Run the server side

npm run s-start

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.