https://github.com/likui628/webpack-vue3-starter
Vue 3 Webpack Starter
https://github.com/likui628/webpack-vue3-starter
typescript vue webpack
Last synced: 3 months ago
JSON representation
Vue 3 Webpack Starter
- Host: GitHub
- URL: https://github.com/likui628/webpack-vue3-starter
- Owner: likui628
- Created: 2022-06-25T12:44:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T02:16:11.000Z (about 4 years ago)
- Last Synced: 2025-03-20T22:53:55.623Z (over 1 year ago)
- Topics: typescript, vue, webpack
- Language: JavaScript
- Homepage:
- Size: 589 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack Vue3 Starter
DO NOT USE IN PRODUCTION!
## Scripts
setup
```
npm install
```
development
```
npm run serve
```
production
```
npm run build
```
## References
- [Vue Loader](https://vue-loader.vuejs.org/#what-is-vue-loader)
- [webpack](https://webpack.js.org/concepts/)
- [vue3-webpack-boilerplate](https://github.com/starkovsky/vue3-webpack-boilerplate)
- [Webpack实战:入门、进阶与调优 第2版](https://item.jd.com/13124989.html)
- [Base tsconfig for Vue 3 projects](https://github.com/vuejs/tsconfig)