Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 580 Bytes

setup-from-zero-point.md

File metadata and controls

37 lines (28 loc) · 580 Bytes

Instructions

1. Install Vue CLI, if it's not already installed

npm install --global @vue/cli

2. Create a new project, then choose the "Manually select features" option

vue create vue-ts-starter

npm install vue-material --save

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.