vue3 cnode

Cnode is a popular Chinese community of NodeJS in China

portal

Effect of interface



This project effects preview address

http://home.atlansic.com/cnode-vue3/#/
Copy the code

Technology adopted

The project version depends on information

{
    "@kangc/v-md-editor": "^ 2.3.7." "."axios": "^ 0.21.1"."core-js": "^ 3.8.3"."dayjs": "^ 1.10.6"."element-plus": 55 "" ^ 1.0.2 - beta.."less": "^ 4.4.1"."less-loader": "^ 10.0.1." "."vue": "^ 3.0.4"."vue-router": "^ 4.0.10"."vuex": "^ 4.0.2." "
}
Copy the code

The directory structure

Directory name role
assets Static resource
components Global components
composables Global hooks
http Network request
router routing
slots slot
store Vuex Global state management
styles Global style
utils Tool library
views page

Start the command

  • The development of

    npm run dev
    Copy the code
  • production

    npm run build
    Copy the code

address

Gitee.com/chituyellow…