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 组件作为新的产品详情页面 - 在产品中心首页添加新产品的列表项 |
4 months ago | |
|---|---|---|
| config | 1 year ago | |
| src | 4 months ago | |
| static | 1 year ago | |
| .babelrc | 1 year ago | |
| .editorconfig | 1 year ago | |
| .env.development | 4 months ago | |
| .env.production | 4 months ago | |
| .gitignore | 1 year ago | |
| .postcssrc.js | 1 year ago | |
| README.md | 1 year ago | |
| dist.zip | 4 months ago | |
| index.html | 1 year ago | |
| jsconfig.json | 1 year ago | |
| package.json | 4 months ago | |
| vue.config.js | 7 months ago | |
| yarn.lock | 4 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.