npm install -g @vue/cli
vue create [PROJECT_NAME]
$ npm run serve
INFO Starting development server...
98% after emitting CopyPlugin
DONE Compiled successfully in 3520ms 9:50:57 AM
App running at:
- Local: http://localhost:8080/
- Network: http://192.168.0.5:8080/
Note that the development build is not optimized.
To create a production build, run npm run build.
npm i axios
npm run build
npm run lint
+
<template>
<div>
</div>
</template>
<script>
export default {
name: 'HelloName',
data: function() {
return {
}
}
}
</script>
<style>
</style>