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.
- 在路由中添加 productCenter/detail3 路由 - 创建 detail3.vue 组件作为新的产品详情页面 - 在产品中心首页添加新产品的列表项 |
9 months ago | |
|---|---|---|
| config | 2 years ago | |
| src | 9 months ago | |
| static | 2 years ago | |
| .babelrc | 2 years ago | |
| .editorconfig | 2 years ago | |
| .env.development | 9 months ago | |
| .env.production | 9 months ago | |
| .gitignore | 2 years ago | |
| .postcssrc.js | 2 years ago | |
| README.md | 2 years ago | |
| dist.zip | 9 months ago | |
| index.html | 2 years ago | |
| jsconfig.json | 2 years ago | |
| package.json | 9 months ago | |
| vue.config.js | 12 months ago | |
| yarn.lock | 9 months ago | |
README.md
hw
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.