Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 417 Bytes

File metadata and controls

13 lines (12 loc) · 417 Bytes

setup-vuejs-project-without-vue-cli

Setting up latest Vue JS v3 (vue@next) project from scratch without using Vue CLI.

Including Single File Components (SFCs), Vue Router v4, SCSS

// Install dependencies
npm install
// To start
npm run start
// to build
npm run build

Check full documentation here