DoraCMS v2.1.3 release, Node.js CMS content management framework

 

    The updated version of great changes, mainly in the service end portion, the overall structure has been adjusted, the directory structure is optimized, readability and scalability of the whole system stronger, but also fixes some github issue some bug. Updated details are as follows:

1, to optimize the overall code directory structure ++ [important] ++

2, fixed background articles List editing author of the article and article category can not be brought out of

3, the server-side code reconstruction, it has the ability to separate the front and back api + [important] +

4, support for the latest stable version nodejs (nodejs v10.15.0 has passed the test) ++ [important] ++

5. Optimized Packaging script, npm run build execution speed increase of 30%

6, optimizing speed automatic restart after modifying the file in development mode

7, the default redis off switch may not be turned on. ++ [important] ++

8, a number of other bug fixes

 

Note: 1, if the development environment, debugging involves only to the server, use:

npm run server

If an ordinary debugging, still

npm run dev

 

2, api developers follow the current code standards, developed after execution generated api documentation:

asl run makePrdDoc

Be accessed by

http://localhost:8080/apidoc

3, DoraCMS v2.1.3 installation venue  README.md

 

Guess you like

Origin www.oschina.net/news/108862/doracms-2-1-3-released