Giter VIP home page Giter VIP logo

nav.panrui.top's Introduction

项目技术栈

  • nuxt
  • less
  • vue3
  • vue-router
  • element-plus
  • nuxtjs/axios

文档说明

  1. Nuxt.js 会依据 pages 目录中的所有 *.vue 文件生成应用的路由配置
  2. 资源目录 assets 用于组织未编译的静态资源如 LESS、SASS 或 JavaScript
  3. 组件目录 components 用于组织应用的 Vue.js 组件
  4. 布局目录 layouts 用于组织应用的布局组件
  5. middleware 目录用于存放应用的中间件
  6. 插件目录 plugins 用于组织那些需要在 根vue.js应用 实例化之前需要运行的 Javascript 插件
  7. 静态文件目录 static 用于存放应用的静态文件,此类文件不会被 Nuxt.js 调用 Webpack 进行构建编译处理。服务器启动的时候,该目录下的文件会映射至应用的根路径 / 下
  8. store 目录用于组织应用的 Vuex 状态树 文件。 Nuxt.js 框架集成了 Vuex 状态树 的相关功能配置,在 store 目录下创建一个 index.js 文件可激活这些配置
  9. nuxt.config.js 文件用于组织 Nuxt.js 应用的个性化配置,以便覆盖默认配置

版本记录

master

菜单数据使用接口获取 (未开发)

nav.panrui.top's People

Contributors

wesweet avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.