# home web **Repository Path**: sandytaogo/home-web ## Basic Information - **Project Name**: home web - **Description**: 官网 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-27 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Nuxt ## README # 官网(official website) 官网设计采用兼容PC, MOBILE 设备显示 vue nuxt框架 进行工程化构建 ## Overview As the Web rapidly evolves, Web users too are evolving with it. In an era of social connectedness, people are becoming increasingly enthusiastic about interacting, sharing, and collaborating through social networks, online communities, blogs, Wikis, and other online collaborative media. In recent years, this collective intelligence has spread to many different areas, with particular focus on elds related to everyday life such as commerce, tour-ism, education, and health, causing the size of the social Web to expand exponentially. The distillation of knowledge from such a large amount of unstructured information, however, is an extremely difcult task, as the contents of today’s Web are perfectly suitable for human consumption, but remain hardly accessible to machines. Big social data analysis grows out of this need and it includes disciplines such as social network analy-sis, multimedia management, social media analytics, trend discovery, and opinion mining. The opportunity to capture the opinions of the general public about social events, political movements, company strategies, mar-keting campaigns, and product preferences, in particular, has raised grow-ing interest both within the scientic community, leading to many exciting open challenges, as well as in the business world, due to the remarkable benets to be had from marketing and nancial market prediction. This has led to the emerging elds of opinion mining and sentiment analysis, which deal with information retrieval and knowledge discovery from text using data mining and natural language processing (NLP) techniques to distill knowledge and opinions from the huge amount of information on CONTENTSFrom Small to Big Social Data Analysis https://nuxt.com/ https://nuxtjs.org.cn/templates Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. ## Setup https://www.npmjs.com/package/echarts?activeTab=versions Make sure to install dependencies: ```bash npm cache clean --force # install dependencies $ npm install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $ npm run start # generate static project $ npm run generate # pnpm pnpm install # yarn yarn install # bun bun install ``` ## Development Server Start the development server on `http://localhost:3000`: ```bash # npm npm run dev # pnpm pnpm dev # yarn yarn dev # bun bun run dev ``` ## Production Build the application for production: ```bash # npm npm run build # pnpm pnpm build # yarn yarn build # bun bun run build ``` Locally preview production build: ```bash # npm npm run preview # pnpm pnpm preview # yarn yarn preview # bun bun run preview ``` 会打包生成一个nuxt文件在一级目录 把nuxt、static、assets、nuxt.config.js、package.json,上传到服务器上 For detailed explanation on how things work, check out the [documentation](https://nuxtjs.org). ## Special Directories You can create the following extra directories, some of which have special behaviors. Only `pages` is required; you can delete them if you don't want to use their functionality. ### `assets` The assets directory contains your uncompiled assets such as Stylus or Sass files, images, or fonts. More information about the usage of this directory in [the documentation](https://nuxtjs.org/docs/2.x/directory-structure/assets). ### `components` The components directory contains your Vue.js components. Components make up the different parts of your page and can be reused and imported into your pages, layouts and even other components. More information about the usage of this directory in [the documentation](https://nuxtjs.org/docs/2.x/directory-structure/components). ### `layouts` Layouts are a great help when you want to change the look and feel of your Nuxt app, whether you want to include a sidebar or have distinct layouts for mobile and desktop. More information about the usage of this directory in [the documentation](https://nuxtjs.org/docs/2.x/directory-structure/layouts). ### `pages` This directory contains your application views and routes. Nuxt will read all the `*.vue` files inside this directory and setup Vue Router automatically. More information about the usage of this directory in [the documentation](https://nuxtjs.org/docs/2.x/get-started/routing). ### `plugins` The plugins directory contains JavaScript plugins that you want to run before instantiating the root Vue.js Application. This is the place to add Vue plugins and to inject functions or constants. Every time you need to use `Vue.use()`, you should create a file in `plugins/` and add its path to plugins in `nuxt.config.js`. More information about the usage of this directory in [the documentation](https://nuxtjs.org/docs/2.x/directory-structure/plugins). ### `static` This directory contains your static files. Each file inside this directory is mapped to `/`. Example: `/static/robots.txt` is mapped as `/robots.txt`. More information about the usage of this directory in [the documentation](https://nuxtjs.org/docs/2.x/directory-structure/static). ### `store` This directory contains your Vuex store files. Creating a file in this directory automatically activates Vuex. More information about the usage of this directory in [the documentation](https://nuxtjs.org/docs/2.x/directory-structure/store). ### plugins Nuxt Amap support https://vue-amap.guyixi.cn/zh-cn/introduction/ssr.html Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.