An open API service indexing awesome lists of open source software.

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

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)