You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
216 B
Markdown
16 lines
216 B
Markdown
7 years ago
|
# Vuejs and webpack
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
`npm install`
|
||
|
|
||
|
## Build
|
||
|
|
||
|
To bundle your js code simply use the below command
|
||
|
|
||
|
`npm start`
|
||
|
|
||
|
Alternatively you could return
|
||
|
|
||
|
`node_modules/.bin/webpack --config webpack.config.js`
|