Git Product home page Git Product logo

nuxt3-vant4-wx-starter's Introduction

Nuxt 3 Vant Starter

本项目是在官方模板下进行了一些通用功能的配置和集成,主要包括以下:

  • 集成Vant
  • 集成unocss
  • 集成postcss-pxtorem,自动将px单位转换为rem单位以进行移动端适配
  • 实现了微信授权登录及鉴权流程(使用cookie管理登录态)

了解更多信息可查看官方Nuxt 3 文档

安装

确保用以下命令安装了依赖:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

运行开发环境

运行如下命令可运行开发环境,项目会运行在http://localhost:3000

npm run dev

构建生产环境

构建生产环境应用使用如下命令:

npm run build

本地预览生产环境构建:

npm run preview

更多构建信息可查看deployment documentation

nuxt3-vant4-wx-starter's People

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.